13 lines
212 B
Bash
Executable file
13 lines
212 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $0`
|
|
./zlib/build.sh
|
|
./jpeg/build.sh
|
|
./libpng/build.sh
|
|
./freetype/build.sh
|
|
./Python/build.sh
|
|
./pip/build.sh
|
|
./PIL/build.sh
|
|
./PythonPackages/build.sh
|
|
|
|
#./boost/build.sh
|
|
#./libtorrent/build.sh
|