Mac OS X XCode update: All textual references to "TuxPaint" have been replaced by "Tux Paint", for consistency with the rest of the project.
This commit is contained in:
parent
626304ef7b
commit
fab3be3c6f
7 changed files with 652 additions and 239 deletions
|
|
@ -1,7 +1,7 @@
|
|||
TuxPaint Xcode Project
|
||||
Tux Paint Xcode Project
|
||||
notes by Martin Fuhrer <mfuhrer@alumni.ucalgary.ca>
|
||||
|
||||
This TuxPaint project file is located in a folder titled "macosx", which should in turn be placed in the root folder of the TuxPaint source code distribution. The project will then be able to access all the source code files.
|
||||
This Tux Paint project file is located in a folder titled "macosx", which should in turn be placed in the root folder of the Tux Paint source code distribution. The project will then be able to access all the source code files.
|
||||
|
||||
This XCode project assumes that you have certain libraries and files installed in particular locations under Mac OS X. This file indicates what you must install, and where these items go. Some of the libraries are installed via the Fink package manager, which can be downloaded from <fink.sourceforge.net>
|
||||
|
||||
|
|
@ -22,15 +22,15 @@ So where does the project reference the SDL header files, if they are not in the
|
|||
|
||||
-- PNG and Internationalization Libraries --
|
||||
|
||||
Install PNG (libpng.a) and the GNU internationalization library (libintl.a) via Fink. These libraries will be statically linked into the TuxPaint binary.
|
||||
Install PNG (libpng.a) and the GNU internationalization library (libintl.a) via Fink. These libraries will be statically linked into the Tux Paint binary.
|
||||
|
||||
|
||||
-- Translation Files --
|
||||
|
||||
These are generated by the Makefile in the TuxPaint source distribution as follows:
|
||||
These are generated by the Makefile in the Tux Paint source distribution as follows:
|
||||
|
||||
make translations
|
||||
make install-gettext
|
||||
|
||||
This will generate translation files in /usr/local/share/locale. Move the locale folder into the root folder of the TuxPaint source distribution, and the TuxPaint XCode project will be able to bundle the files into the TuxPaint application.
|
||||
This will generate translation files in /usr/local/share/locale. Move the locale folder into the root folder of the Tux Paint source distribution, and the Tux Paint XCode project will be able to bundle the files into the Tux Paint application.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue