From dab528acda7d39ec344a90506d752082738b43a1 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 11 Oct 2013 04:55:26 -0400 Subject: [PATCH] Add a porting guide --- PORTING | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 PORTING diff --git a/PORTING b/PORTING new file mode 100644 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. -- 2.39.2