mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-12 00:40:44 +00:00
13 lines
410 B
Bash
13 lines
410 B
Bash
#!/bin/sh
|
|
echo "
|
|
There is no \"configure\" script in this distribution of
|
|
libpng-1.2.24.
|
|
|
|
Instead, please copy the appropriate makefile for your system from the
|
|
\"scripts\" directory. Read the INSTALL file for more details.
|
|
|
|
Update, July 2004: you can get a \"configure\" based distribution
|
|
from the libpng distribution sites. Download the file
|
|
libpng-1.2.24.tar.gz or libpng-1.2.24.tar.bz2
|
|
"
|
|
|