Update BUILDING.md

Added traintastic-server required dev packages for Ubuntu
[skip ci]
Dieser Commit ist enthalten in:
Reinder Feenstra 2024-01-29 21:44:36 +01:00 committet von GitHub
Ursprung 82f20e5e8c
Commit c6001925ea
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -105,6 +105,10 @@ For *Debug builds* see Client section of MinGW
### Linux ### Linux
Install dependecies, for Ubuntu:
- `sudo apt install libboost-dev libboost-program-options-dev liblua5.3-dev zlib1g-dev libarchive-dev` (required)
- `sudo apt install libsystemd-dev` (optional, for serial port listing)
In the *build* directory: In the *build* directory:
- Configure CMake: `cmake ../ -DCMAKE_BUILD_TYPE=Release` - Configure CMake: `cmake ../ -DCMAKE_BUILD_TYPE=Release`
- Build traintastic-server: `cmake --build . --config Release --target traintastic-server` - Build traintastic-server: `cmake --build . --config Release --target traintastic-server`