mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Updated README.MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
66d819e592
commit
17e77096d1
2 changed files with 12 additions and 20 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-03-07 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/README.MinGW: Updated.
|
||||
|
||||
2010-03-06 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* target.make (SHARED_LIB_LINK_CMD): On MinGW, pass
|
||||
|
|
|
@ -333,28 +333,20 @@ At this point, you should be able to compile and run any non-gui tool
|
|||
and library (to check this try, for example, 'defaults read'). The
|
||||
next steps are only required for gui applications.
|
||||
|
||||
<NICOLA: Updated on 06-03-2010 up to here>
|
||||
|
||||
|
||||
17. Installing gui additional packages
|
||||
======================================
|
||||
|
||||
For the gui, download and install the following packages:
|
||||
|
||||
jpeg-6b-4-bin.zip
|
||||
jpeg-6b-4-dep.zip
|
||||
jpeg-6b-4-lib.zip
|
||||
jpeg-6b-4.exe
|
||||
tiff-3.8.2-1.exe
|
||||
libpng-1.2.37-setup.exe
|
||||
libungif-4.1.4-1.exe
|
||||
|
||||
tiff-3.8.2-1-bin.zip
|
||||
tiff-3.8.2-1-dep.zip
|
||||
tiff-3.8.2-1-lib.zip
|
||||
|
||||
libpng-1.2.34-1-bin.zip
|
||||
libpng-1.2.34-1-dep.zip
|
||||
libpng-1.2.34-1-lib.zip
|
||||
|
||||
The process is always the same: download the zip file from the
|
||||
gnuwin32 website, then unzip them into /C/xxx/msys/1.0/mingw.
|
||||
The process is always the same: download the exe file from the
|
||||
gnuwin32 website, execute it and install the package into
|
||||
C:\xxx\msys\1.0\mingw.
|
||||
|
||||
|
||||
18. Installing gnustep-gui
|
||||
|
@ -596,11 +588,7 @@ Finally, before deployment, you need to realize that you are shipping
|
|||
a lot of GNUstep (and non-GNUstep) software with your application.
|
||||
|
||||
This is fine, just make sure you are aware of the licenses, and that
|
||||
you comply with them (by explaining to people where to easily get the
|
||||
source code of the GNUstep software, for example [this comment is not
|
||||
legal advice -- please check the licenses yourself to make sure you
|
||||
are compliant]). (FIXME: Maybe someone should provide the appropriate
|
||||
ready-to-use notices that ought to be included ?)
|
||||
you comply with them.
|
||||
|
||||
|
||||
PACKAGING/WINDOWS TODOS
|
||||
|
|
Loading…
Reference in a new issue