Ticket #49397: README.macosx

File README.macosx, 825 bytes (added by lockhart (Thomas Lockhart), 9 years ago)

README for this port. Important notes on program names and tutorials.

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