Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.14 KB

INSTALL.md

File metadata and controls

42 lines (29 loc) · 1.14 KB

--- INSTALL for RAYSESSION ---

Before installing, please uninstall any existing RaySession installation:
$ [sudo] make uninstall

To install RaySession, 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 RaySession 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 RaySession, run:
$ [sudo] make uninstall

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

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

  • PyQt5
  • Qt5 dev tools
  • qtchooser

On Debian and Ubuntu, use these commands to install all build dependencies:
$ sudo apt-get install python3-pyqt5 pyqt5-dev-tools qtchooser qttools5-dev-tools

To run it, you'll additionally need:

  • python3-liblo
  • pyxdg