You can build badreads with different build-systems(gnu-make or visual-studio) with different configurations.(x86,64 | debug,release). But before compiling you need some tools:
- git
- clang(or gcc)
- gnu-make(or visual-studio)
Now i'll show you how compile badreads on linux machine.(compiler: gcc, build-tools: make, mode: release)
-
Clone the project
git clone https://github.com/LinArcX/badreads/
-
Go into it:
cd badreads/build_tools/make
-
Run make:
make
-
Run the executable:
./output/release/badreads