Skip to content

Commit

Permalink
Specify make install
Browse files Browse the repository at this point in the history
  • Loading branch information
shaomeng authored Mar 18, 2024
1 parent f7f2031 commit 81eab5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ cmake .. # Linux: use cmake to configure the
cmake -DUSE_OMP=OFF .. # Mac: use cmake to configure the project (OpenMP disabled)
make -j 8 # build the project
ctest . # run unit tests, which should have 100% tests passed
make install # install the library and CLI tools to a designated directory.
```

After a successful build, the executables (CLI tools) are kept in the `./bin` directory.

## Documentation

Expand Down

0 comments on commit 81eab5a

Please sign in to comment.