Create README.md
author@slackito <slack@codemaniacs.com>
Fri, 24 May 2013 11:58:29 +0000 (13:58 +0200)
committer@slackito <slack@codemaniacs.com>
Fri, 24 May 2013 11:58:29 +0000 (13:58 +0200)
Simple README with build instructions

README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..7f23511
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+wenboi
+======
+
+A simple Game Boy emulator
+
+Build instructions
+==================
+
+wenboi uses CMake for building and depends on Qt, so you should install
+the qt development package for your distro of choice and do this at the
+repository root:
+
+    mkdir build
+    cd build
+    cmake ..
+    make
+    
+This will build libwenboicore.a, the wenboi core library, qtboi, the
+emulator front-end, and wendi, the old wenboi disassembler. The emulator
+front-end has an integrated debugger and interactive disassembler, you
+probably want to run that one :)