File pkgs/AppImage/genappimage.sh changed (mode: 100755) (index d7307040e..867ceabc2) |
... |
... |
cd "$BUILD_DIR" |
37 |
37 |
mkdir -p "$BUILD_DIR/AppDir/usr" |
mkdir -p "$BUILD_DIR/AppDir/usr" |
38 |
38 |
|
|
39 |
39 |
# Obtain and compile libncursesw6 so that we get 256 color support |
# Obtain and compile libncursesw6 so that we get 256 color support |
40 |
|
wget http://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz |
|
41 |
|
tar -xf ncurses-6.2.tar.gz |
|
42 |
|
NCURSES_DIR="$PWD/ncurses-6.2" |
|
|
40 |
|
wget http://ftp.gnu.org/gnu/ncurses/ncurses-6.4.tar.gz |
|
41 |
|
tar -xf ncurses-6.4.tar.gz |
|
42 |
|
NCURSES_DIR="$PWD/ncurses-6.4" |
43 |
43 |
pushd "$NCURSES_DIR" |
pushd "$NCURSES_DIR" |
44 |
44 |
./configure --without-shared --enable-widec --prefix=/ \ |
./configure --without-shared --enable-widec --prefix=/ \ |
45 |
45 |
--without-normal --without-debug --without-cxx --without-cxx-binding \ |
--without-normal --without-debug --without-cxx --without-cxx-binding \ |