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

Dependencies and Compile Instructions #8

Closed
OPNA2608 opened this issue Nov 27, 2018 · 2 comments
Closed

Dependencies and Compile Instructions #8

OPNA2608 opened this issue Nov 27, 2018 · 2 comments

Comments

@OPNA2608
Copy link
Member

OPNA2608 commented Nov 27, 2018

I'd like to compile this on my own, to see how well compiling on Linux goes.

Could we possibly get a list of required libraries/programs and compile instructions?

@OPNA2608
Copy link
Member Author

I think I have it figured out actually. This works for me on Ubuntu 18.04:

Dependencies

make
Qt5 (including qmake)
Qt5 Multimedia
Qt5 Multimedia plugins

on Ubuntu 18.04:

sudo apt-get install \
  build-essential \
  qt5-default qtmultimedia5-dev libqt5multimedia5-plugins

Compilation

cd BambooTracker
qmake
make

I haven't played around with it much so far, but it seems to at least compile and start fine on my work PC. It would be nice if you could add them to the readme too :)

@rerrahkr
Copy link
Member

Thanks for your information!
I will add them to readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants