multiple flavours of unix including bionic and xenial multiple Windows builds including visual studio and mingw msdos cross-compile on unix
9 lines
251 B
Bash
9 lines
251 B
Bash
set -x
|
|
mkdir -p lib
|
|
cd lib
|
|
git clone --depth 1 https://github.com/wmcbrine/PDCurses.git pdcurses
|
|
git clone --depth 1 https://github.com/universal-ctags/ctags.git ctags
|
|
curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz
|
|
tar zxf lua-5.3.5.tar.gz
|
|
cd ../
|