Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building from source opensuse #28

Open
oshanz opened this issue Jun 2, 2021 · 0 comments
Open

building from source opensuse #28

oshanz opened this issue Jun 2, 2021 · 0 comments
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Comments

@oshanz
Copy link

oshanz commented Jun 2, 2021

app is working nicely on opensuse tumbleweed. these are the steps that worked for me. if it may helpful please add to the readme file.

$ sudo su zypper in -t pattern patterns-kde-devel_qt5
$ sudo su zypper in libqt5-qtsvg-devel libqt5-qtbase-devel libqt5-qtdeclarative-devel
$ git clone https://github.com/eplatonoff/pilorama
$ cd pilorama
$ /usr/bin/qmake-qt5 src/pilorama.pro 
$ make
$ ./Pilorama

side note: I saw this warning on compilation, but it cause no trouble.

src/trayimageprovider.cpp: In member function ‘virtual QPixmap TrayImageProvider::requestPixmap(const QString&, QSize*, const QSize&)’:
src/trayimageprovider.cpp:13:68: warning: unused parameter ‘size’ [-Wunused-parameter]
   13 | QPixmap TrayImageProvider::requestPixmap(const QString &id, QSize *size, const QSize &requestedSize)
      |                                                             ~~~~~~~^~~~
src/trayimageprovider.cpp:13:87: warning: unused parameter ‘requestedSize’ [-Wunused-parameter]
   13 | QPixmap TrayImageProvider::requestPixmap(const QString &id, QSize *size, const QSize &requestedSize)
      |                                                                          ~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/lib64/qt5/bin/rcc -name qml src/qml.qrc -o qrc_qml.cpp
@radioxoma radioxoma added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants