mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update install
This commit is contained in:
parent
e8b7daae0c
commit
9661da27b7
1 changed files with 9 additions and 2 deletions
|
@ -159,10 +159,17 @@ then
|
||||||
sudo apt install automake autoconf build-essential libtool git maven m4 -y
|
sudo apt install automake autoconf build-essential libtool git maven m4 -y
|
||||||
git clone https://github.com/sctplab/usrsctp.git
|
git clone https://github.com/sctplab/usrsctp.git
|
||||||
git clone https://github.com/jitsi/jitsi-sctp
|
git clone https://github.com/jitsi/jitsi-sctp
|
||||||
mv ./usrsctp ./jitsi-sctp/usrsctp/
|
|
||||||
|
if [! -d "/tmp/jitsi-install/jitsi-sctp/usrsctp/" ]
|
||||||
|
then
|
||||||
|
mv ./usrsctp ./jitsi-sctp/usrsctp/
|
||||||
|
fi
|
||||||
cd ./jitsi-sctp
|
cd ./jitsi-sctp
|
||||||
# needed to make compile works
|
# needed to make compile works
|
||||||
mkdir -p ./jniwrapper/native/src/main/resources/lib/linux-arm/
|
if [! -d "/tmp/jitsi-install/jitsi-sctp/jniwrapper/native/src/main/resources/lib/linux-arm/" ]
|
||||||
|
then
|
||||||
|
mkdir -p ./jniwrapper/native/src/main/resources/lib/linux-arm/
|
||||||
|
fi
|
||||||
|
|
||||||
# compile
|
# compile
|
||||||
mvn package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib -DskipTests
|
mvn package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib -DskipTests
|
||||||
|
|
Loading…
Add table
Reference in a new issue