Skip to content
Ajani Bilby edited this page Jul 14, 2020 · 62 revisions

Getting Started

We provide the following ways to build SVF from its source code:

(1) Build SVF using cmake (tested on both Ubuntu and MacOS)

git clone https://github.com/SVF-tools/SVF.git
cd SVF
source ./build.sh

(2) Build SVF using npm (tested on both Ubuntu and MacOS)

sudo npm install . -g --unsafe-perm

(3) Build SVF using Docker

git clone https://github.com/SVF-tools/SVF.git
cd SVF
docker build -t "svf" .

(4) CLion

The above installation guide has been tested on OSX 10.10.3 and Ubuntu 14.04, but it should work on most Linux-based systems.