Installation - adrianzap/softwipe GitHub Wiki

Installation

Clone this repository to download SoftWipe:

git clone https://github.com/adrianzap/softwipe.git

Dependencies

There are some Python package dependencies, which need to be installed before running SoftWipe:

And there are also some tool dependencies, but fear not! For macOS and Debian-based systems, SoftWipe can automatically install the following dependencies for you. Just run SoftWipe (sudo ./softwipe.py - sudo is most likely required for installing the dependencies); if a dependency cannot be found, it will ask you whether it should automatically install it. Note for Mac users: Homebrew must be installed for the automatic installation of dependencies.

The following tools must be installed:

For make-based projects, you also need:

Also, if the program you want to assess uses make oder CMake as build system, make and CMake must also be installed.