Skip to content

Commit ca9a8c2

Browse files
authored
Update README with Conda installation instructions
Added installation instructions via Conda and updated the README for clarity.
1 parent 7377d78 commit ca9a8c2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A conservative continuous collision detection (CCD) method with support for mini
99
To know more about this work, please read our ACM Transactions on Graphics paper:<br>
1010
["A Large Scale Benchmark and an Inclusion-Based Algorithm for Continuous Collision Detection"](https://continuous-collision-detection.github.io/tight_inclusion/) and watch our [SIGGRAPH 2022 presentation](https://www.youtube.com/watch?v=7cRg52cWL8c).
1111

12-
## Build
12+
## Installation via CMake
1313

1414
To compile the code, first, make sure CMake is installed.
1515

@@ -27,6 +27,12 @@ Then you can run a CCD example:
2727
```bash
2828
./app/Tight_Inclusion_bin
2929
```
30+
## Installation via Conda
31+
You can also install Tight-Inclusion via
32+
```sh
33+
conda install conda-forge::tight-inclusion
34+
```
35+
if you have [Anaconda](https://www.anaconda.com/) installed on your machine.
3036

3137
### Optional
3238

@@ -112,3 +118,4 @@ If you use this work in your project, please consider citing the original paper:
112118
numpages = 16
113119
}
114120
```
121+

0 commit comments

Comments
 (0)