diff --git a/docs/web/docs/Installing/Linux_Build.md b/docs/web/docs/Installing/Linux_Build.md index 7eedee3d3f5d..d37336d534b1 100644 --- a/docs/web/docs/Installing/Linux_Build.md +++ b/docs/web/docs/Installing/Linux_Build.md @@ -16,11 +16,12 @@ To be able to run SUMO on Linux, just follow these steps: For ubuntu this boils down to ``` - sudo apt-get install git cmake python3 g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev python3-dev swig default-jdk maven libeigen3-dev - git clone --recursive https://github.com/eclipse-sumo/sumo - export SUMO_HOME="$PWD/sumo" - cmake -B build . - cmake --build build -j$(nproc) +sudo apt-get install git cmake python3 g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev python3-dev swig default-jdk maven libeigen3-dev +git clone --recursive https://github.com/eclipse-sumo/sumo +cd sumo +export SUMO_HOME="$PWD" +cmake -B build . +cmake --build build -j$(nproc) ``` Each of these steps is described in more detail and with possible diff --git a/docs/web/docs/Networks/Import/MATsim.md b/docs/web/docs/Networks/Import/MATsim.md index 2e6c985cdfda..98bd2edeb2ae 100644 --- a/docs/web/docs/Networks/Import/MATsim.md +++ b/docs/web/docs/Networks/Import/MATsim.md @@ -24,10 +24,10 @@ The value of CAPACITY_NORM is controlled via the option **--capacity-norm** {{DT ## Access permissions -MATSim features a number of so-called transport modes defined in its **org.matsim.api.core.v01.TransportMode** class. The lane access +MATSim features a number of so-called transport modes defined in its **org.matsim.api.core.v01.TransportMode** class. The lane access permissions in SUMO are derived from the MATSim transport modes. !!! caution - Currently the access permissions depend on whether XML validation is conducted or not. When **--xml-validation auto** is used, the default - transport mode "car" from the MATSim Document Type Definition (DTD) is used when no other mode is given in the `link` element. Otherwise + Currently the access permissions depend on whether XML validation is conducted or not. When **--xml-validation auto** is used, the default + transport mode "car" from the MATSim Document Type Definition (DTD) is used when no other mode is given in the `link` element. Otherwise in the absence of a mode value, all vehicle classes are allowed in SUMO.