Skip to content

Instantly share code, notes, and snippets.

@phstc
Forked from willnet/gist:1703102
Created March 6, 2012 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phstc/1989083 to your computer and use it in GitHub Desktop.
Save phstc/1989083 to your computer and use it in GitHub Desktop.
install manual of swfmill on mac
# http://download.savannah.gnu.org/releases/freetype/ から最新のfreetypeをダウンロード
tar zxvf freetype-x.x.x
cd freetype
./configure
make
sudo make install
curl -O http://www.swfmill.org/releases/swfmill-0.3.2.tar.gz
tar zxvf swfmill-0.3.2.tar.gz
cd swfmill-0.3.2
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment