summaryrefslogtreecommitdiff
path: root/src/compile.txt
diff options
context:
space:
mode:
authorToad King2012-06-14 03:21:06 -0400
committerToad King2012-06-14 03:21:06 -0400
commit6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119 (patch)
tree885cf7f507139b795ba7b2a6fb829dc044da39dd /src/compile.txt
downloadsnes9x2002-6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119.tar.gz
snes9x2002-6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119.tar.bz2
snes9x2002-6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119.zip
initial pocketsnes commit
Diffstat (limited to 'src/compile.txt')
-rw-r--r--src/compile.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/compile.txt b/src/compile.txt
new file mode 100644
index 0000000..b71265f
--- /dev/null
+++ b/src/compile.txt
@@ -0,0 +1,27 @@
+To compile just do:
+------------------
+
+make
+
+will compile for Gp2x, Wiz and Caanoo
+
+To compile just for a platform:
+------------------------------
+
+make target
+
+where target can be: gp2x, wiz or caanoo this will compile both fast and compatible binaries
+
+To compile just a binary (fast or compatible) for just a platform:
+-----------------------------------------------------------------
+
+make target(c|f)
+
+c for Compatible binary
+f for Fast binary
+
+for example:
+
+make wizf
+
+