We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc can be bettered to include all these info
use Powershell
set-variable -name DISPLAY -value 172.17.0.3:0.0 docker run -ti --rm -e DISPLAY=$DISPLAY soot_tutorial
Inside the docker or some can be installed through Dockerfile image creation apt update apt install xvfb apt-get install libxrender1 libxtst6 libxi6 apt-get install net-tools git clone https://github.com/noidsirius/SootTutorial.git apt-get update && apt-get install -y vim git clone https://github.com/jenv/jenv.git /.jenv export PATH="/.jenv/bin:$PATH" jenv add /usr/local/openjdk-8 jenv versions jenv local 1.8.0.252 cd SootTutorial ./gradlew check ./gradlew build ./gradlew run --args="HelloSoot" ./gradlew run --args="HelloSoot draw"
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, I'll look into it. However, if you can make a pull request with your suggested changes that would be much better.
Sorry, something went wrong.
noidsirius
No branches or pull requests
doc can be bettered to include all these info
use Powershell
set-variable -name DISPLAY -value 172.17.0.3:0.0
docker run -ti --rm -e DISPLAY=$DISPLAY soot_tutorial
Inside the docker or some can be installed through Dockerfile image creation
apt update
apt install xvfb
apt-get install libxrender1 libxtst6 libxi6
apt-get install net-tools
git clone https://github.com/noidsirius/SootTutorial.git
apt-get update && apt-get install -y vim
git clone https://github.com/jenv/jenv.git
/.jenv/.jenv/bin:$PATH"export PATH="
jenv add /usr/local/openjdk-8
jenv versions
jenv local 1.8.0.252
cd SootTutorial
./gradlew check
./gradlew build
./gradlew run --args="HelloSoot"
./gradlew run --args="HelloSoot draw"
The text was updated successfully, but these errors were encountered: