Skip to content

Instantly share code, notes, and snippets.

@willnet
Created January 30, 2012 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save willnet/1703102 to your computer and use it in GitHub Desktop.
Save willnet/1703102 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
@pizzaeater
Copy link

Hey, how to run it? I'm newbie in Macs. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment