mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fix typos.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@38378 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a97e09840a
commit
cb3015869b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-03-04 Germán Arias <germanandre@gmx.es>
|
||||
|
||||
* Documentation/README.MinGW: Fix typos.
|
||||
|
||||
2015-02-21 Germán Arias <germanandre@gmx.es>
|
||||
|
||||
* Documentation/README.MinGW: Add instructions to install cairo
|
||||
|
|
|
@ -299,7 +299,7 @@ svn co http://svn.gna.org/svn/gnustep/libs/base/trunk base
|
|||
|
||||
Then compile and install it:
|
||||
|
||||
ca base
|
||||
cd base
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
@ -476,7 +476,7 @@ defaults write NSGlobalDomain GSTheme WinUXTheme
|
|||
27. Source the gnustep script when launch the console
|
||||
=====================================================
|
||||
|
||||
Edit the file /MINGWPATH/msys/etc/profile and add this line to source the
|
||||
Edit the file /MINGWPATH/msys/etc/x.x/profile and add this line to source the
|
||||
gnustep script:
|
||||
|
||||
. /local/share/GNUstep/Makefiles/GNUstep.sh
|
||||
|
|
Loading…
Reference in a new issue