forked from Themaister/parallel-rdp-standalone
-
Notifications
You must be signed in to change notification settings - Fork 1
Building
Logan McNaughton edited this page Sep 15, 2025
·
5 revisions
git clone https://github.com/Themaister/parallel-rdp.git
git clone -b gopher64 git@github.com: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