Skip to content

Building

Logan McNaughton edited this page Jul 25, 2025 · 2 revisions
git clone https://github.com/Themaister/parallel-rdp.git
git clone -b gopher64 [email protected]:gopher64/parallel-rdp-standalone.git
rm -rf parallel-rdp-standalone/*

cd parallel-rdp
git clone --recursive https://github.com/Themaister/Granite.git
cd Granite
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DGRANITE_PLATFORM=libretro -G Ninja
cmake build .
cp slangmosh/slangmosh ~/bin/
cd ../.. # parallel-rdp dir
./generate_standalone_codebase.sh ../parallel-rdp-standalone

Then commit changes to parallel-rdp-standalone

Clone this wiki locally