Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.02 KB

COMPILING.md

File metadata and controls

39 lines (28 loc) · 2.02 KB

How to compile

RDIO SCANNER REPRESENTS A LOT OF INVESTMENT IN TIME, SUPPORT, TESTS AND MATERIALS. BY INTENTIONALLY MODIFYING ITS CODE TO REMOVE ITS IDENTITY, YOU HARM THE OPEN SOURCE PROJECT AND ITS AUTHOR. PLEASE BE RESPECTFUL, SPONSOR THIS PROJECT IF YOU CAN, USE NATIVE APPS IF POSSIBLE.

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 TeX Live (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.6.3.zip
    rdio-scanner-darwin-arm64-v6.6.3.zip
    rdio-scanner-freebsd-amd64-v6.6.3.zip
    rdio-scanner-linux-386-v6.6.3.zip
    rdio-scanner-linux-amd64-v6.6.3.zip
    rdio-scanner-linux-arm64-v6.6.3.zip
    rdio-scanner-linux-arm-v6.6.3.zip
    rdio-scanner-windows-amd64-v6.6.3.zip

Happy Rdio scanning !