From 51f9ea90715f4957fd13a90d0948ab09723e44cd Mon Sep 17 00:00:00 2001 From: cancel Date: Mon, 10 Dec 2018 16:27:56 +0900 Subject: [PATCH] Add note to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 972b220..532c868 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ Core library: A C99 compiler (no VLAs required), plus enough libc for `malloc`, Command-line interpreter: The above, plus POSIX, and enough libc for the common string operations (`strlen`, `strcmp`, etc.) -Interactive terminal UI: The above, plus ncurses (or compatible curses library). +Interactive terminal UI: The above, plus ncurses (or compatible curses library), and floating point support (for timing.) + +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 for you. ## Build