Skip to content

Commit

Permalink
Merge branch 'SVF-tools:master' into cmake_modernisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanmyst authored Jan 22, 2024
2 parents 3add53f + aa4a6c4 commit 61652c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0. Install npm, zlib, unzip, cmake, gcc, nodejs (skip this step if you machine has these libs)
## 0. Install npm, zlib, unzip, cmake, gcc, nodejs wget (skip this step if you machine has these libs)

```
sudo apt-get install zlib1g-dev unzip cmake gcc g++ libtinfo5 nodejs
sudo apt-get install zlib1g-dev unzip cmake gcc g++ libtinfo5 nodejs wget
```

## 1. Install SVF and its dependence (LLVM pre-built binary) via npm
Expand Down

0 comments on commit 61652c2

Please sign in to comment.