You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,17 @@ When using VScode to compile the project, if the previous order of the build ins
206
206
the build fails due to incorrect configurations. When you find yourself faced with these problems the simplest solution is to delete the
207
207
.vscode folder and the build folder and reconfigure the project, this usually solves all the problems.
208
208
209
+
# Ninja
210
+
According to this [link](https://public.kitware.com/Bug/view.php?id=13910) on linux sometimes cmake fails to execute.
211
+
```bash
212
+
sudo chmod o+r /your/path/to/ninja
213
+
```
214
+
215
+
to find the path to ninja you can run on your terminal
216
+
```bash
217
+
which ninja
218
+
```
219
+
209
220
## Acknowledgments
210
221
The volume reconstruction code is essencially a copy of [IGSIO](https://github.com/IGSIO/IGSIO) modified to work with the interal classes and structures of Curan.
0 commit comments