ref: d13ba3d87caefb4b343b9c27b42cca24b365b4f5
parent: 86e8a52ab36b91b97617a76e2913d55e39adb584
author: cancel <cancel@cancel.fm>
date: Fri Dec 21 07:42:46 EST 2018
Update readme
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@
Note: the core library for running an orca virtual machine *should* in theory build on anything, but the project is being worked on quickly right now, so it might accidentally include something from POSIX that isn't available on Windows, for example. The header files also need some restructuring. Please open an issue or send a message on twitter if you need help building the core virtual machine for your own use, and I'll try to clean it up for you.
+Your compiler must also support `#pragma once`, but it probably does.
+
## Build
The build script is in `bash`. It should work with `gcc` (including the `musl-gcc` wrapper) and `clang`, and will automatically detect your compiler.