Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
avaxman committed Jul 7, 2021
1 parent 2a98c3a commit 54dda52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ header file contains a single function (e.g. `igl/index_prescription.h` contains


## Tutorial
A [Tutorial](https://avaxman.github.io/Directional/tutorial/tutorial.html) that walks through the entire functionality of Directional is available. To compile it, go to the `tutorial` folder, open a shell and call:
A [Tutorial](https://avaxman.github.io/Directional/tutorial/) that walks through the entire functionality of Directional is available. To compile it, go to the `tutorial` folder, open a shell and call:

```
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
```
This should properly set up the tutorial project, with the individual chapters as subprojects, and create project makefiles upon which you can build it using your favourite compiler. For windows, you should use `cmake-gui ..` and follow the instructions to create a compilable Visual Studio file.
This should properly set up the tutorial project, with the individual chapters as subprojects, and create project makefiles upon which you can build it using your favourite compiler. For windows, we recommend to use `cmake-gui ..` and follow the instructions to create a compilable Visual Studio file.

## Coding Guidelines and Tips

Expand Down

0 comments on commit 54dda52

Please sign in to comment.