Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.46 KB

README.rst

File metadata and controls

39 lines (31 loc) · 1.46 KB

GMusicProcurator (the App)

https://travis-ci.org/malept/gmusicprocurator-app.svg?branch=master

Embeds the web frontend of a running GMusicProcurator web application inside of an Electron shell.

Building

  1. Install librsvg (specifically on Debian/Ubuntu, librsvg2-bin).
  2. Install icnsutils (specifically, the package that installs png2icns - on macOS, it's named libicns in Homebrew).
  3. To build for Windows, install icoutils (which generates the icon for the Windows binary).
  4. To build for Windows on a non-Windows build machine, install wine, to properly modify the Windows binaries.
  5. Install GNU Make if it's not already on your system.
  6. Clone this Git repository.
  7. Run npm install. (Yarn does not work on Linux/Windows because of problems with optional, OS-specific dependencies.)
  8. Build the app for your OS via make. You could try to build for the non-host OSes, but it's not recommended.

Running

  1. Install and run GMusicProcurator (with web UI frontend) on the target OS.
  2. Run the app in your target OS.