Now mention possibility of building a Win9x/ME version.
This commit is contained in:
parent
655fecf7db
commit
66fd594154
1 changed files with 6 additions and 1 deletions
|
|
@ -154,11 +154,15 @@ Compiling and Installation:
|
|||
$ make install
|
||||
$ tuxpaint
|
||||
|
||||
Or use the following command to build a version suitable for
|
||||
Use the following command to build a version suitable for
|
||||
redistribution with the installer or in a zip-file:
|
||||
|
||||
$ make bdist-win32
|
||||
|
||||
Or if building for Win9x/ME:
|
||||
|
||||
$ BDIST_WIN9X=1 make bdist-win32
|
||||
|
||||
Before any of the above will work, you need to configure the
|
||||
environment and build or install the libraries that Tux Paint depends
|
||||
upon. John Popplewell put together some instructions for doing that
|
||||
|
|
@ -166,6 +170,7 @@ Compiling and Installation:
|
|||
|
||||
http://johnnypops.demon.co.uk/mingw/index.html
|
||||
|
||||
Read the relevant notes if building for Win9X/ME.
|
||||
|
||||
Installer:
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue