[Bf-committers] CVS commit: lib/irix-6.5-mips/ftgl/include FTFace.h FTFont.h FTGL.h FTGLPixmapFont.h FTPoint.h FTSize.h lib/irix-6.5-mips/ftgl/lib Makefile libftgl.a patch.txt

Chris Want bf-committers@blender.org
Sat, 10 May 2003 21:24:11 -0600


> shouldn't this stuff be statically linked, so the user doesn't have
> to download and install extra packages just to get the blender to run?
> aside from opengl, i guess.

I don't think statically linking will effect performance
too much, with the exception of the time to load up blender,
maybe.

All of the dynamic linking I've been doing has been
to either system libs, or stuff from sgi freeware
(which I am assuming shouldn't be too bad for the
end user to install, relatively speaking).
I would have linked freetype statically, except the
only lib that comes in the freeware package is
a dynamic one.

Chris