Blender Git Commit Log

Git Commits -> Revision 2cc629e

Revision 2cc629e by Michel Selten (master)
February 22, 2004, 13:39 (GMT)
SCons updates
* Internationalization support is now available on Linux. By default this
feature is disabled. The reason is that you need to have a precompiled
version of the ftgl library for your gcc version.
To enable ftgl support you need to do the following:
- compile ftgl.
- set USE_INTERNATIONAL='true' in the config.opts file
- set the FTGL_INCLUDE and FTGL_LIBPATH to valid locations.
Freetype2 is detected automatically on your system by using pkg-config.

There was a problem with linking libraries. I took a look at how the
Makefile environment did it, and copied the mechanism. Now we're linking:
freetype, blender_ftf, ftgl and freetype. (Yes, 2x freetype).

* Minor variable cleanup.
sdl flags are now collected in one Environment() in stead of two. Adapted
all relevant platform variables accordingly.

Commit Details:

Full Hash: 2cc629eaa7aab91f28f5d7c2b462b7f80b5ffcba
SVN Revision: 2086
Parent Commit: e579793
Lines Changed: +29, -31

1 Modified Path:

/SConstruct (+29, -31) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021