]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Add a porting guide
authorDale Weiler <killfieldengine@gmail.com>
Fri, 11 Oct 2013 08:55:26 +0000 (04:55 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 11 Oct 2013 08:55:26 +0000 (04:55 -0400)
PORTING [new file with mode: 0644]

diff --git a/PORTING b/PORTING
new file mode 100644 (file)
index 0000000..bbdb274
--- /dev/null
+++ b/PORTING
@@ -0,0 +1,4 @@
+Porting gmqcc to a new platform is farily trivial, in most cases ansi.c
+will be sufficent enough to get it to run on your favorite platform. If
+however it isn't you can duplicate ansi.c and change it accordingly.
+Changes to platform.h may also be required.