Created
January 30, 2012 07:48
-
-
Save willnet/1703102 to your computer and use it in GitHub Desktop.
install manual of swfmill on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
Hey, how to run it? I'm newbie in Macs. Thanks.