From d13ba3d87caefb4b343b9c27b42cca24b365b4f5 Mon Sep 17 00:00:00 2001 From: cancel Date: Fri, 21 Dec 2018 12:42:46 +0900 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe36523..0849741 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Interactive terminal UI: The above, plus ncurses (or compatible curses library), 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.