ORIGINAL PROJECT and SOURCE CODE: https://github.com/brainstream/OPL-PC-Tools
Compiled binaries for direct execution on 32 bit Linux machines.
Clone this repo in an empty folder : git clone https://github.com/EmotionalApe/OPL-PC-Tools-32bit-Compiled.git
Run the program using : ./oplpctools
If you are having issues or want to compile it yourself, follow these steps :
- Make sure you have cmake and qt5 installed.
- Clone the original repo on your local machine : git clone https://github.com/brainstream/OPL-PC-Tools.git
- Make a new folder called "build".
- cd into this folder and run cmake ../ (uses CMakeLists.txt)
- Run make to build executable binaries.
- (Optional) If you wish to install it system-wide, run: sudo make install.
- Run the program using ./oplpctools.