Skip to content

Commit

Permalink
add siconos
Browse files Browse the repository at this point in the history
  • Loading branch information
matheecs committed Jan 7, 2025
1 parent 37d7bd0 commit cae76c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buglist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4033,3 +4033,10 @@ conda config --set auto_activate_base false
```

[Quick command line install Miniconda3](https://docs.anaconda.com/free/miniconda/)

### siconos

```shell
conda install swig=4.2.1
cmake -Bbuild -GNinja -DCMAKE_COLOR_DIAGNOSTICS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release -DPython_EXECUTABLE=$(which python)
```

0 comments on commit cae76c7

Please sign in to comment.