156
edits
| Line 99: | Line 99: | ||
export PATH="/tools/gcc/bin/:$PATH" | export PATH="/tools/gcc/bin/:$PATH" | ||
wget http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tar.bz2 | wget http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tar.bz2 | ||
# 0ba90c79175c017101100ebf5978e906 Python-2.4.4.tar.bz2 | # 0ba90c79175c017101100ebf5978e906 Python-2.4.4.tar.bz2 | ||
tar xfvj dist/Python-2.4.4.tar.bz2 | tar xfvj dist/Python-2.4.4.tar.bz2 | ||
cd Python-2.4.4/ | cd Python-2.4.4/ | ||
edits