aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-26 18:27:22 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-26 18:27:22 +0000
commitf375afbca4a3e8c5131845fdc3683c223e9f489f (patch)
tree519787439eff3a2f43793780735d02baa9bd83f6
parenta9d6309319921a34bb19170ffcd202ead26f7d91 (diff)
add README
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..200ec17
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+DCPU-16 Assembler/Emulator
+
+Main developtment platform is OpenBSD, thus if you wish to compile it
+on Debian you'll need freebsd-buildutils package. Other platforms are
+not tested.
+
+Dependencies:
+ SDL
+ SDL_Image
+ Lex/Flex
+ Yacc/Bison
+ Curses
+
+Status:
+ Spec 1.1 full support
+ Spec 1.5 in progress