Announcement

Collapse
No announcement yet.

PC-BSD Releases Lumina Desktop 0.8.5

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by bison View Post
    I have successfully built and run Lumina 0.8.4 on Debian Stable, so there's no porting to be done.

    Lumina Desktop Environment. Contribute to lumina-desktop/lumina development by creating an account on GitHub.
    Was there much to change in the code besides of course linking with Linux libraries and such?

    Comment


    • #12
      Originally posted by DeepDayze View Post

      Was there much to change in the code besides of course linking with Linux libraries and such?
      No, I didn't have to change any code. I did have to install some xcb and qt5 packages, and run a shell script (provided by the project) to configure the build for Debian. I had a lot of trouble with qmake (hours of it) -- it kept trying to use qt4 instead of qt5, and it took a lot of fiddling around to get that to work, but it did in the end.

      $ export PATH="/usr/lib/x86_64-linux-gnu/qt5/bin:$PATH"
      $ export QT_SELECT="qt5-x86_64-linux-gnu"
      $ qmake QT5LIBDIR="/usr/lib/x86_64-linux-gnu/qt5"

      Last edited by bison; 16 July 2015, 02:21 PM. Reason: Added details on qt5 configuration

      Comment

      Working...
      X