This commit is contained in:
Tarik Moussa
2026-03-04 14:00:58 +02:00
committed by Tarik Moussa
parent 5be43c90bc
commit e1a90dbd85
9 changed files with 161 additions and 21 deletions

View File

@@ -29,19 +29,17 @@ API, file formats and commandline interface are all subject to change.
```bash
git clone https://codeberg.org/user2595/ConformalLabpp
cd conformallabpp
git submodule update --init --recursive
cd conformallabpp/code
```
### Configure and build
```bash
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
Run a simple example
cmake -S . -B build && cmake --build build
```
### Run the binare
```bash
# ./build/bin/conformallabpp
(Example command, to be adapted once the first tools are implemented.)
./bin/conformallab_core --input ./data/off/simple_cupe.off
```
### License
conformallabpp is released under the MIT License (see LICENSE).