-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compiling on RPM-based distro, local installation of packages. #19
Comments
Using homebrew for linux (linuxbrew):
If something fails, try running Will install all the packages. Next, change all non-working cmake
It should compile with
|
Need help finding a good fix for successfully building and running front-end on Fedora 24 as non-sudo user (#11).
Here's a bad one:
(See 6)
Go and link all
libsndfile.so.3.2.1 <- libsndfile.so.3.2 <- libsndfile.so.3 <- libsndfile.so
. For all shared libraries.Export the following:
glewInit()
, probably because the version oflibglew-dev
needs to be >2.The text was updated successfully, but these errors were encountered: