Install & configure or Build OpenRCT2: --------------------------------------------- This is an implepmentation of my favroit two childhood games (Roller coaster tycoon 1 & 2) To work on modern systems and have additional fetures. To install on Kubuntu 19.10: sudo add-apt-repository ppa:openrct2/nightly sudo apt-get update sudo apt-get install openrct2 From: https://openrct2.org/quickstart/install/linux/debian-ubuntu-mint Note: You will need both offical RCT 1 and 2 Games from a Origonal CD or GOG to get need files (like tracks, music, ect.) Note; Do not use the linux vershion in full screen. File expoler when wanting to save a game or any other use of a ile exspoler is very unstable. Note; Can unlock all courses by going to options > Mallisious > Seniror selection > enable progressive unlocking Date: Lost ------------------------------------------------------------------------------------------------------------------------------------ Build: Get ubuntu dependencys: sudo apt-get install --no-install-recommends -y cmake libsdl2-dev libicu-dev gcc pkg-config libspeex-dev libspeexdsp-dev libcurl4-openssl-dev libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libssl-dev libzip-dev build-essential make nlohmann-json3-dev libbenchmark-dev libflac-dev libvorbis-dev Clone source: git clone --recursive https://github.com/OpenRCT2/OpenRCT2.git cd OpenRCT2 && mkdir Build && cd Build Compile: cmake .. make -j$(nproc) -o2 Install: sudo make install Sources: https://github.com/OpenRCT2/OpenRCT2#3-building-the-game https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux#required-packages-general Date: February 17th 2023