Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
401 B
Bash
14 lines
401 B
Bash
#!/bin/sh
|
|
echo "
|
|
There is no \"configure\" script in this distribution of
|
|
libpng-1.2.7.
|
|
|
|
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.7-config.tar.gz
|
|
"
|
|
|