Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaser authored Jan 18, 2021
1 parent bbf8377 commit efddb7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ A **wrapper script** is also available to enable easier usage to the end-user fo
## Dependencies
1. gcc 4.8+ or clang 3.4+
2. cmake 3.2+
3. zlib

### CUDA Support
1. gcc 5.0+
2. cmake 3.10+
4. CUDA 9.0+
3. CUDA 9.0+

## Installation
To install Racon run the following commands:
Expand All @@ -44,7 +45,7 @@ Optionally, you can run `sudo make install` to install racon executable to your

***Note***: if you omitted `--recursive` from `git clone`, run `git submodule update --init --recursive` before proceeding with compilation.

To build unit tests add `-Dracon_build_tests=ON` while running `cmake`. After installation, an executable named `racon_test` will be created in `build/bin`.
To build unit tests add `-Dracon_build_tests=ON` while running `cmake` (Gtest required). After installation, an executable named `racon_test` will be created in `build/bin`.

To build the wrapper script add `-Dracon_build_wrapper=ON` while running `cmake`. After installation, an executable named `racon_wrapper` (python script) will be created in `build/bin`.

Expand Down

0 comments on commit efddb7b

Please sign in to comment.