Skip to content

Commit

Permalink
file path in example code ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed Feb 7, 2024
1 parent 8c7f81a commit 317f52e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/web/docs/Libsumo.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ Please note the extra `#define` for enabling GUI code which is not needed if you

### Example Code (test.cpp)

The example assumes you have the named sumocfg file in your current working directory and the SUMO `bin` directory included
in the `PATH` environmental variable. Otherwise you need to provide the full file path.

```cpp
#include <iostream>
#define HAVE_LIBSUMOGUI // if you are on Windows or have libsumo compiled yourself without GUI you should remove this line
Expand Down

0 comments on commit 317f52e

Please sign in to comment.