Update source-release.sh
This commit is contained in:
parent
f663f3fc9c
commit
9cf2f3bc91
|
|
@ -18,8 +18,7 @@ apt install -y swig3.0 unzip sox wget
|
||||||
#we are about to move out of the executing directory so we need to preserve it to return after we are done
|
#we are about to move out of the executing directory so we need to preserve it to return after we are done
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
|
||||||
if [ $(echo "$switch_version" | tr -d '.') -gt 1103 ]
|
if [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then
|
||||||
then
|
|
||||||
# libks build-requirements
|
# libks build-requirements
|
||||||
#apt install -y cmake uuid-dev
|
#apt install -y cmake uuid-dev
|
||||||
|
|
||||||
|
|
@ -28,7 +27,7 @@ then
|
||||||
#git clone https://github.com/signalwire/libks.git libks
|
#git clone https://github.com/signalwire/libks.git libks
|
||||||
#cd libks
|
#cd libks
|
||||||
#cmake .
|
#cmake .
|
||||||
#make
|
#make -j $(getconf _NPROCESSORS_ONLN)
|
||||||
#make install
|
#make install
|
||||||
|
|
||||||
# libks C includes
|
# libks C includes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue