Expanded MinGW/MSYS GCC compilation instructions for building Win32.
This commit is contained in:
parent
0fa1fc6f40
commit
3518b8ef5c
2 changed files with 24 additions and 8 deletions
|
|
@ -32,6 +32,9 @@ $Id$
|
||||||
|
|
||||||
* Listing new www.tuxpaint.org website URL.
|
* Listing new www.tuxpaint.org website URL.
|
||||||
|
|
||||||
|
* Expanded MinGW/MSYS GCC compilation instructions for building Win32.
|
||||||
|
|
||||||
|
|
||||||
* Translation Updates:
|
* Translation Updates:
|
||||||
--------------------
|
--------------------
|
||||||
* Basque
|
* Basque
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@ INSTALL.txt for Tux Paint
|
||||||
|
|
||||||
Tux Paint - A simple drawing program for children.
|
Tux Paint - A simple drawing program for children.
|
||||||
|
|
||||||
Copyright 2006 by Bill Kendrick and others
|
Copyright 2002-2006 by Bill Kendrick and others
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
June 27, 2002 -October 26, 2006
|
June 27, 2002 - December 16, 2006
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -107,16 +107,29 @@ Compiling and Installation:
|
||||||
necessary.
|
necessary.
|
||||||
|
|
||||||
As of February 2005 (starting with Tux Paint 0.9.15), the Makefile
|
As of February 2005 (starting with Tux Paint 0.9.15), the Makefile
|
||||||
included 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/ )
|
||||||
|
|
||||||
After building and installing all the dependencies, use these commands,
|
After building and installing all the dependencies, use these commands,
|
||||||
in MSYS, to build, install and run:
|
in MSYS, to build, install and run:
|
||||||
|
|
||||||
export set CPATH=/usr/local/include
|
$ export set CPATH=/usr/local/include
|
||||||
export set LIBRARY_PATH=/usr/local/bin:/usr/local/lib
|
$ export set LIBRARY_PATH=/usr/local/bin:/usr/local/lib
|
||||||
make win32
|
$ make win32
|
||||||
make install-win32
|
$ make install-win32
|
||||||
tuxpaint
|
$ tuxpaint
|
||||||
|
|
||||||
|
Or use the following command to build a version suitable for
|
||||||
|
redistribution with the installer or in a zip-file:
|
||||||
|
|
||||||
|
$ make bdist-win32
|
||||||
|
|
||||||
|
Before either of these will work, you need to build or install the
|
||||||
|
libraries that Tux Paint depends upon. John Popplewell put together some
|
||||||
|
instructions for doing that here:
|
||||||
|
|
||||||
|
http://johnnypops.demon.co.uk/mingw/index.html
|
||||||
|
|
||||||
|
|
||||||
Installer:
|
Installer:
|
||||||
----------
|
----------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue