Tweaks to the compiling on Windows section.

This commit is contained in:
John Popplewell 2008-06-16 16:09:53 +00:00
parent 0154fc0db8
commit 4c7293eafa

View file

@ -139,11 +139,17 @@ Compiling and Installation:
includes support for building on a Windows system using MinGW/MSYS. includes support for building on a Windows system using MinGW/MSYS.
( http://www.mingw.org/ ) ( http://www.mingw.org/ )
After building and installing all the dependencies, use these commands, After configuring the environment and building and installing all the
in MSYS, to build, install and run: dependencies, use these commands, in MSYS, to build, install and run:
$ export set CPATH=/usr/local/include Prior to version 0.9.20:
$ export set LIBRARY_PATH=/usr/local/bin:/usr/local/lib
$ make win32
$ make install-win32
$ tuxpaint
Version 0.9.20 and beyond:
$ make $ make
$ make install $ make install
$ tuxpaint $ tuxpaint
@ -153,9 +159,10 @@ Compiling and Installation:
$ make bdist-win32 $ make bdist-win32
Before either of these will work, you need to build or install the Before any of the above will work, you need to configure the
libraries that Tux Paint depends upon. John Popplewell put together some environment and build or install the libraries that Tux Paint depends
instructions for doing that here: upon. John Popplewell put together some instructions for doing that
here:
http://johnnypops.demon.co.uk/mingw/index.html http://johnnypops.demon.co.uk/mingw/index.html