Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 966 Bytes

INSTALL.md

File metadata and controls

33 lines (24 loc) · 966 Bytes

--- INSTALLING LZK DONATE TIP ---

To install LZK DONATE TIP, simply run as usual:
$ make
$ [sudo] make install

depending of the distribution you'll need to use LRELEASE variable to install. If you don't have 'lrelease' executable but 'lrelease-qt5' use: $ make LRELEASE=lrelease-qt5
$ [sudo] make install

You can run LZK DONATE TIP without install, by using instead:
$ make
$ ./src/bin/raysession

Packagers can make use of the 'PREFIX' and 'DESTDIR' variable during install, like this:
$ make install PREFIX=/usr DESTDIR=./test-dir

To uninstall LZK DONATE TIP, run:
$ [sudo] make uninstall

===== BUILD DEPENDENCIES =====

The required build dependencies are: (devel packages of these)

  • PyQt5
  • Qt5 dev tools
  • qtchooser Use these commands to install all build dependencies:
    $ sudo apt-get install python3-pyqt5 pyqt5-dev-tools qtchooser