Update build instructions

pull/2/head
Paul Hollinsky 2019-05-28 19:13:27 -04:00 committed by GitHub
parent f2719ce16f
commit c33cfd0a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ On Ubuntu or other Debian-based systems, run `sudo apt install git cmake gcc lib
4. Switch into the cloned directory, `cd icsscand`
5. Make a build directory, `mkdir build`
5. Make a build directory and switch into it, `mkdir -p build && cd build`
6. Invoke CMake, `cmake .. -DCMAKE_BUILD_TYPE=Release`