fix typo
This commit is contained in:
committed by
Tarik Moussa
parent
5be43c90bc
commit
e1a90dbd85
12
README.md
12
README.md
@@ -29,19 +29,17 @@ API, file formats and command‑line 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).
|
||||
|
||||
Reference in New Issue
Block a user