- 精华
- 0
- 帖子
- 495
- 威望
- 0 点
- 积分
- 531 点
- 种子
- 12 点
- 注册时间
- 2007-3-8
- 最后登录
- 2024-9-24
|
FreeType 2.3.7
This is compiled with only TrueType and Postscript Type1 font support. To change the compiled options, just edit modules.cfg and recompile. See the source folder for instructions.
Installing
Copy the include and lib folders to your libogc folder. That's it! Usage examples on: http://code.google.com/p/snes9x-gx/
- Tantric, November 2008
Compiling
1. Install devkitpro
2. Install MinGW
3. Download freetype-2.3.7.tar.gz, and extract http://www.cppblog.com/Files/Khan/Freetype-PPC.zip
4. Replace modules.cfg with modified version
5. Run Msys
6. Go to freetype folder
7. Run CC=powerpc-gekko-gcc ./configure --host=ppc
8. Run make
9. Copy over include folder and libfreetype.a
10. You're all set!
- Tantric, November 2008
放一个GB2unicode 的包, 实现gb2unicode unicode2gb功能. 这样在调用freetype的时候可以不用加libiconv这么大的东西进来
http://www.cppblog.com/Files/Khan/GB2Unicode.rar 包中含mingw makefile与源码以及72xx常用汉字码表
代码在windows xp sp3 下测试无问题
编译环境
mingw32
gcc 3.42
make 3.81
. |
|