Reply to Re: Dink Smallwood HD: Native Linux (and Mac) Port – Collaboration & Testing
If you don't have an account, just leave the password field blank.
For anyone who wants to try out the above build script, keep in mind it will only work on Debian distros. It's not enough to edit the build script to remove the lines that reference apt, as it redownloads itself and starts anew. I managed to get around it by installing Distrobox and making a distrobox-assemble ini with the following contents:
Save it as distrobox.ini then run distrobox assemble create, and then distrobox enter rtdinkbuild. After it eventually builds, you'll have to cd to the "bin" dir (not build) and run ./RTDinkApp as it won't run from any other path. Do be aware that it's extremely rough (no resampling among other things).
[rtdinkbuild] image=ubuntu:latest additional_packages="build-essential cmake libgl1-mesa-dev libx11-dev libpng-dev zlib1g-dev libbz2-dev libcurl4-openssl-dev libsdl2-dev libsdl2-mixer-dev wget" init_hooks="wget https://raw.githubusercontent.com/SethRobinson/RTDink/master/linux_setup.sh" init_hooks="chmod +x linux_setup.sh" init_hooks="bash linux_setup.sh --dir=/absolute/path/of/your/choosing/so/it's/not/in/home"
Save it as distrobox.ini then run distrobox assemble create, and then distrobox enter rtdinkbuild. After it eventually builds, you'll have to cd to the "bin" dir (not build) and run ./RTDinkApp as it won't run from any other path. Do be aware that it's extremely rough (no resampling among other things).






