Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

LinArcX/badreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and run from source

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:

build dependencies

  • 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)

  1. Clone the project git clone https://github.com/LinArcX/badreads/

  2. Go into it: cd badreads/build_tools/make

  3. Run make: make

  4. Run the executable: ./output/release/badreads

License

License