1 | Notes for the MacOS port |
---|
2 | ======================== |
---|
3 | |
---|
4 | Executables including Python scripts are in @BINDIR@ per MacPorts conventions. |
---|
5 | All executables (there are over 100) are prefixed by "sumo-" to avoid name collisions |
---|
6 | and underscores in names are replaced by dashes. |
---|
7 | Python scripts have the trailing ".py" removed from their names. |
---|
8 | So, for example, "poi_alongRoads.py" becomes "sumo-poi-alongRoads". |
---|
9 | |
---|
10 | Compiled libraries are in @LIBDIR@ per MacPorts conventions. |
---|
11 | |
---|
12 | python27 is currently used by this port. All SUMO python libraries are collected |
---|
13 | and installed underneath @PYTHON_LIBDIR@/sumolib/. |
---|
14 | |
---|
15 | Examples can be found underneath @DOCDIR@ in tutorials/ and examples/. |
---|
16 | Note that many require writing intermediate files or logs which is prohibited in @DOCDIR@. |
---|
17 | Copy the directories to your own working area to run these examples. |
---|