9 lines
155 B
Bash
Executable file
9 lines
155 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
|
|
./PythonPackages/build.sh
|