mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
work on #117
This commit is contained in:
parent
1251f7e310
commit
76a7a90575
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ INSTALL(){
|
|||
if [ -z "$FLX" ]; then
|
||||
|
||||
LIBJPG=libjpeg62-dev
|
||||
sudo -A apt install -y libfltk1.3-dev $LIBJPG libxft-dev libxinerama-dev libxcursor-dev libsndfile1-dev libsamplerate0-dev portaudio19-dev libpulse-dev libusb-1.0-0-dev texinfo libudev-dev libfltk1.3-dev libfltk1.3-compat-headers
|
||||
sudo -A apt install -y libfltk1.3-dev $LIBJPG libxft-dev libxinerama-dev libxcursor-dev libsndfile1-dev libsamplerate0-dev portaudio19-dev libpulse-dev libusb-1.0-0-dev texinfo libudev-dev
|
||||
|
||||
#determine latest FLXMLRPC & download
|
||||
FLXM=$(curl -s http://www.w1hkj.com/files/flxmlrpc/ | grep .tar.gz | sed 's/.*ref="//;s/">.*$//')
|
||||
|
|
@ -64,6 +64,7 @@ INSTALL(){
|
|||
#Determine latest FLWRAP
|
||||
WRAPTAR=$(curl -s http://www.w1hkj.com/files/flwrap/ | grep .tar.gz | sed 's/.*ref="//;s/".*$//')
|
||||
WRAPPKG=$(echo ${WRAPTAR} | sed 's/.tar.gz//')
|
||||
sudo -A apt install -y libfltk1.3-dev libfltk1.3-compat-headers
|
||||
|
||||
#Download latest FLWRAP
|
||||
cd ${BAPSRC}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue