1) git clone --recursive https://github.com/alex-free/playstation-disc-burner
2) cd playstation-disc-burner
3) ./build
The build script currently targets i686 and x86_64 Linux.
All build dependencies will be downloaded (if you have the APT package manager, so Ubuntu/Debian/derivatives like Pop!OS). Feel free to open a pull request to add support for other package managers/distributions.
All software PSDB depends on will be compiled and then made portable by my PLED tool.
A release .zip
file will be generated by the build
script. A release directory will also be created, allowing you to immediately use the PSDB.
If you want to clean your PSDB source tree of all built binaries/releases, simply execute ./build clean
.