Skip to content

Commit

Permalink
Merge pull request #23 from MattiaMontanari/ce
Browse files Browse the repository at this point in the history
Ce
  • Loading branch information
MattiaMontanari committed Jul 9, 2022
2 parents 1988a4e + 8034efb commit 0955705
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
If you have some basic tools installed (git, compiler and cmake) clone this repo:

```
git clone
git clone https://github.com/MattiaMontanari/openGJK.git
```

followed by these commands:
Expand All @@ -35,12 +35,14 @@ followed by these commands:
cmake -E make_directory build
cmake -E chdir build cmake -DRUN_UNITESTS=ON -DCMAKE_BUILD_TYPE=Release ..
cmake --build build
cmake -E chdir build/src/examples/c ./example_lib_opengjk_ce
cmake -E chdir build/examples/c ./example_lib_opengjk_ce
cmake -E chdir "build/test" ctest --build-config Release
```

If you get no errors, the successfull output is:

> `Distance between bodies 3.653650`.
However, if you do get an error - any error - please file a bug! Support requests are welcome too.

# Beyond getting started
Expand Down

0 comments on commit 0955705

Please sign in to comment.