1
0
mirror of https://github.com/ErnyTech-Archive/JTDLib synced 2024-09-05 14:06:00 +02:00

Update linux.sh

This commit is contained in:
Ernesto Castellotti 2018-11-29 21:08:54 +01:00 committed by GitHub
parent 3734d739ee
commit 75f9784c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
#!/bin/bash
# Build deps
sudo add-apt-repository ppa:openjdk-r/ppa
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -qq
sudo apt-get upgrade
sudo apt-get install gcc-8 g++-8 make gperf openjdk-8-jdk cmake libssl-dev
sudo apt-get install gcc-8 g++-8 make gperf openjdk-11 cmake libssl-dev
# Dirs
cd src/main/jni