Update README.md
This commit is contained in:
@@ -62,8 +62,10 @@ Runtime:
|
||||
|
||||
## Building on Ubuntu 16.04 (Xenial)
|
||||
|
||||
First make sure you install [Python 3.6 or greater](https://askubuntu.com/a/865569). Then use this command line to install additional requirements and compile DeepState:
|
||||
|
||||
```shell
|
||||
sudo apt update && sudo apt-get install build-essential gcc-multilib g++-multilib cmake python python3-setuptools libffi-dev z3
|
||||
sudo apt update && sudo apt-get install build-essential gcc-multilib g++-multilib cmake python3-setuptools libffi-dev z3
|
||||
git clone https://github.com/trailofbits/deepstate deepstate
|
||||
mkdir deepstate/build && cd deepstate/build
|
||||
cmake ../
|
||||
|
||||
Reference in New Issue
Block a user