Skip to content

Windows Developer Setup

Pablo Hoch edited this page Aug 16, 2022 · 10 revisions

The steps to build the MOTIS distribution you can also download can be found here.


In the following, we list requirements and a download link. There may be other sources (like package managers) to install these.

Build MOTIS using the command line

Start menu -> Visual Studio 2022 -> x64 Native Tools Command Prompt for VS 2022, then enter:

git clone "git@github.com:motis-project/motis.git"
cd motis
mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja

Build MOTIS using CLion

Make sure that the architecture is set to amd64 (Settings -> Build, Execution, Deployment -> Toolchains).