Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-21 | 1.2 kB | |
CtrlrX_debian_amd64.tar.bz2 | 2025-06-21 | 45.6 MB | |
JD-990 Super Editor.tar.gz | 2025-06-21 | 15.9 MB | |
Totals: 3 Items | 61.5 MB | 1 |
JD-990 Super Editor (Editor Roland JD-990)
JD-990 Super Editor 3.2.1 Build for Linux Debian 12
- Compiled standalone for Debian 12.
- JD-990 Super Editor.tar.gz
- Directory contains standalone,vsts,vst-3 builds for CtrlrX 5.6.34.
- CtrlrX_debian_amd64.tar.bz2
To build CtrlrX on Linux, download CtrlrX 5.6.34-Maintenance branch CtrlrX
cd CtrlrX/Builds/LinuxMakefile
and run $ ./build.sh
Build instructions 6/22/2025
sudo apt update sudo apt upgrade sudo apt install git g++ sudo apt install -y libxi-dev \ libx11-dev binutils-dev \ libudev-dev libasound2-dev libtiff-dev \ libcurl4-gnutls-dev libiberty-dev \ libxrandr-dev libxinerama-dev \ libxcursor-dev libfreetype-dev pkg-config cd ~/ git clone https://github.com/damiensellier/CtrlrX cd ~/CtrlrX/Source/Misc/boost unzip boost.zip cd ~/CtrlrX git remote -v git remote rm origin git remote add upstream https://github.com/damiensellier/CtrlrX git fetch upstream git checkout --track upstream/5.6.34-Maintenance cd ~/CtrlrX/Builds/LinuxMakefile ./build.sh