Add a porting guide

This commit is contained in:
Dale Weiler 2013-10-11 04:55:26 -04:00
parent e8955f17ea
commit dab528acda

4
PORTING Normal file
View file

@ -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.