Some edits.
2000-11-02 Tor Lillqvist <tml@iki.fi> * README.win32: Some edits. * user_install.bat: Don't copy gtkrc any longer, not used.
This commit is contained in:
parent
50314278d4
commit
08ed312e5f
4 changed files with 8 additions and 7 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2000-11-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* user_install.bat: Don't copy gtkrc any longer, not used.
|
||||
|
||||
2000-10-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/print/escputil.1.in: Robert L Krawitz <rlk@alum.mit.edu>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
For more information about the port or GLib, GTk+ and the GIMP to
|
||||
native Windows, and pre-built binary packages, see
|
||||
http://www.iki.fi/tml/gimp/win32/ or
|
||||
http://www.gimp.org/~tml/gimp/win32/
|
||||
http://www.gimp.org/win32/ or http://www.iki.fi/tml/gimp/win32/ .
|
||||
|
||||
To build the GIMP on Win32, you can use either gcc or Microsoft Visual
|
||||
C++. The gcc to use should be for a mingw configuration (producing
|
||||
executables that don't depend on the cygwin dll). For more information
|
||||
about the preparation necessary for building with gcc, what version
|
||||
you want and where to get it, etc, read README.win32 in GLib 1.3 (or
|
||||
executables that don't use the cygwin dll). For more information about
|
||||
the preparation necessary for building with gcc, what version you want
|
||||
and where to get it, etc, read README.win32 in GLib 1.3 (or
|
||||
later). (GLib 1.3 is the developer version and thus isn't distributed
|
||||
per se, but available from CVS, and especially for Windows in zipfiles
|
||||
from the web pages mentioned above.)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
mkdir %2
|
||||
copy %3\gimprc_user %2\gimprc
|
||||
copy %3\unitrc %2\unitrc
|
||||
copy %3\gtkrc_user %2\gtkrc
|
||||
mkdir %2\brushes
|
||||
mkdir %2\generated_brushes
|
||||
mkdir %2\gradients
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
mkdir %2
|
||||
copy %3\gimprc_user %2\gimprc
|
||||
copy %3\unitrc %2\unitrc
|
||||
copy %3\gtkrc_user %2\gtkrc
|
||||
mkdir %2\brushes
|
||||
mkdir %2\generated_brushes
|
||||
mkdir %2\gradients
|
||||
|
|
|
|||
Loading…
Reference in a new issue