Skip to content
Snippets Groups Projects
Commit 0269222f authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Typo

parent 4d3a27b5
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ Download and build
**Set the WOLF_ROOT environment variable**
We need a platform-independent way to specify where is the WOLF project, so that code can locate relevant files at tun-time.
We need a platform-independent way to specify where is the WOLF project, so that code can locate relevant files at run-time.
For example, if we want to use YAML files for configuring sensors, `YAML::LoadFile(filename)` needs an absolute path to a `filename`. This name is platform-specific, and many times user-specific.
Usually, these files are out of the WOLF project. But for testing purposes, some of these files exist within the WOLF directories.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment