Skip to content
joshfisher edited this page Jun 14, 2011 · 28 revisions

install on OS X

  1. make a /Potion folder on your machine
  2. copy /PoDocs/Code/CURRENT_LIBS/poFramework4/libraries from ava into /Potion
  3. 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)
  4. pull the project from git hub into /Potion/poFramework, open the xcode project
  5. select potionLib and build
  6. make new projects from the potionLib project template anywhere on your machine

building notes

freetype for clang

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

links

paper on flattening bezier curves
otool, so i don't forget again what its called
gdb intro
utf8 strlen function

Clone this wiki locally