Compiling OpenGo
Copyright (c) 1995-2001 Jeffrey
Greenberg
Compiling under Windows
MS VC++ 6.x compiler
-
Load the workspace: opengo.dsw
-
To get a Windows GUI app:
make "Windows" the active project
and recompile
-
To get a Windows Console app:
make "console" the active project
and recompile
== And if you are compiling for
a Windows app ==
-
edit hlp/opengo.hpj to fix the
include files at the bottom to fit your
installation... note that they
start with an E: drive for instance.
MS VC++ 5.x compiler
You will have to re-create the
project file since development is being done on the vc6 compiler.
Post a message on opengo@inventivity.com
to obtain further help.
Compiling under UNIX / Linux
When you unzip the
package, do NOT force the files to be lowercase. They are correctly cased...
Otherwise
you will have to make sure all the directories named 'new' are named 'New'
instead.
Look for unix/Makefile and
run make on it.
Run 'make' in
the unix directory. The makefile is: ./unix/Makefile. This
will create a
console (non-graphical)
version of OpenGo.
Use the GCC compiler.
Report any problems to opengo@inventivity.com