mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
1.7 KiB
1.7 KiB
How to compile
The official version of Rdio Scanner is compiled on a PC using the current version of Fedora Workstation. You should have no problem building on another platform as long as the prerequisites are available and installed.
Install the prerequisites
Your os distribution may have all of the following prerequisites available in its own package repository. Make sure, however, that they are at the latest version. This is especially not the case with Ubuntu and its Node.js.
- latest version of git (here)
- latest version of gnu make (here)
- latest long-term support version of Node.js (here)
- latest version of Go (here)
- latest version of Pandoc with pandoc-pdf (here)
- latest version of Info-Zip (here)
- latest version of podman (here), only for building containers
Compile the app
Clone the official repository on your computer and start the build process.
git clone https://github.com/chuot/rdio-scanner.git
cd rdio-scanner
make
When finished, you will find the precompiled versions for various platforms in the dist folder.
rdio-scanner-darwin-amd64-v6.0.7.zip
rdio-scanner-darwin-arm64-v6.0.7.zip
rdio-scanner-freebsd-amd64-v6.0.7.zip
rdio-scanner-linux-386-v6.0.7.zip
rdio-scanner-linux-amd64-v6.0.7.zip
rdio-scanner-linux-arm64-v6.0.7.zip
rdio-scanner-linux-arm-v6.0.7.zip
rdio-scanner-windows-amd64-v6.0.7.zip
Happy Rdio scanning !