Skip to content

Commit 464c846

Browse files
authored
compiling: hpp-fcl -> coal
1 parent 5e06153 commit 464c846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Use [**mold**](https://github.com/rui314/mold) to speed up the linking. For cmak
2121
add_link_options("-fuse-ld=mold")
2222
```
2323

24-
Tip: To compile a current dev branch like hpp-fcl in a clean conda environment containing just the necessary dependencies, install `compilers` and use conda's `cmake` to ensure compatibility and avoid local dependency conflicts..
24+
Tip: To compile a current dev branch like [coal](https://github.com/coal-library/coal) in a clean conda environment containing just the necessary dependencies, install `compilers` and use conda's `cmake` to ensure compatibility and avoid local dependency conflicts..
2525
```
2626
conda create --name ENV_NAME python=3.12
2727
conda activate ENV_NAME
2828
conda install -c conda-forge cmake compilers
29-
conda install hpp-fcl --only-deps
29+
conda install coal --only-deps
3030
mkdir build && cd build
3131
cmake .. -DALL_YOUR_FLAGS
3232
make -j8

0 commit comments

Comments
 (0)