Created
August 28, 2011 13:09
-
-
Save masaki/1176646 to your computer and use it in GitHub Desktop.
install blockdiag at CentOS 5.x
This file contains 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
$ sudo yum install freetype freetype-devel libpng libpng-devel # for PIL | |
$ sudo yum install python-setuptools fonts-japanese | |
$ sudo easy_install PIL funcparserlib | |
$ sudo easy_install http://pypi.python.org/packages/source/w/webcolors/webcolors-1.3.1.tar.gz | |
$ sudo easy_install blockdiag nwdiag actdiag seqdiag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment