⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 ftgl-2.1.2 夸平台的opengl显示字体
💻 TXT
字号:
FTGL Version 2.0.5This project will build a static library (archive) in the src directory.The Makefiles need GNU Make in order to work properly.FTGL requires the Freetype2 library (version 2.0.9 or later) and OpenGL(glu version 1.2 or later). You can pass flags to the configure scriptto point it to the place where these libraries are installed, like this:    $ ./configure --with-gl-inc=/usr/local/include \                  --with-gl-lib=/usr/local/libShould you need anything more complicated that that, try with:    $ ./configure --with-gl-inc=/usr/local/include \                  --with-gl-lib="-L/weird/location -lGL -lX11 -lXi -lXm"The same thing goes for the GLUT library.  This is optional and is onlyneeded to build the demo program.  Should any of this fail, please sendan email to mmagallo@debian.org (please include FTGL somewhere in thesubject line) and include a copy of the config.log file that was leftbehind.If doxygen is installed, documentation in HTML format will be generatedin the docs subdirectory.To use FTGL in your own projects you will need to link against this liband include the FTGL headers located in the src directory. Your projectwill also need Freetype and OpenGL.  For your convinience a pkg-configmetadata file has been included (ftgl.pc) and gets installed in<libdir>/pkgconfig, where pkg-config should be able to find it.  Inorder to take advantage of this, just include something like this inyour makefiles:    FTGL_CPPFLAGS := $(shell pkg-config --cflags ftgl)    FTGL_LDFLAGS  := $(shell pkg-config --libs-only-L ftgl)    FTGL_LIBS     := $(shell pkg-config --libs-only-l ftgl)The names of these variables should be self-explanatory.  Note thatFTGL_LIBS will include -lGL, you shouldn't specify that flag separately.For instructions on using Freetype go to http://www.freetype.org/For instructions on using OpenGL go to http://www.opengl.org/Please contact me if you have any suggestions, feature requests, orproblems.Henry Maddockshenryj@paradise.net.nzhttp://homepages.paradise.net.nz/henryj/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -