-
Notifications
You must be signed in to change notification settings - Fork 5
Home
joshfisher edited this page Jun 14, 2011
·
28 revisions
- make a /Potion folder on your machine
- copy /PoDocs/Code/CURRENT_LIBS/poFramework4/libraries from ava into /Potion
- copy /PoDocs/Code/CURRENT_LIBS/poFramework4/templates/potionLib.xctemplate into ~/Library/Developer/Xcode/Templates/Project Templates/Application (you might have to make some of those directories)
- pull the project from git hub into /Potion/poFramework, open the xcode project
- select potionLib and build
- make new projects from the potionLib project template anywhere on your machine
install macports, then ftjam
CXX=clang jam -a -sDEBUG=0; mv obj/libfreetype.a obj/libfreetype_clang.a
CXX=clang jam -a -sDEBUG=1; mv obj/libfreetype.a obj/libfreetype_clang_d.a
paper on flattening bezier curves
otool, so i don't forget again what its called
gdb intro
utf8 strlen function