mirror of https://github.com/MidnightCommander/mc
Add warning about libiconv.
This commit is contained in:
parent
fe12438ed6
commit
a7838b5f3c
|
@ -18,6 +18,12 @@
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
|
||||||
|
# This script is incomplete! It doesn't download libiconv. This is OK
|
||||||
|
# for glibc-based systems, but probably not for others. This limitation
|
||||||
|
# is known. Please don't report it.
|
||||||
|
|
||||||
|
|
||||||
: ${MC_TOPDIR=`pwd`}
|
: ${MC_TOPDIR=`pwd`}
|
||||||
: ${TMP_INSTDIR=$MC_TOPDIR/tmp-inst}
|
: ${TMP_INSTDIR=$MC_TOPDIR/tmp-inst}
|
||||||
: ${GLIB_VERSION=2.2.3}
|
: ${GLIB_VERSION=2.2.3}
|
||||||
|
|
Loading…
Reference in New Issue