-
Notifications
You must be signed in to change notification settings - Fork 17
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
Linux build #10
Linux build #10
Conversation
The build script fails because of missing Makefile. Forgot to add it? |
Hi, the Makefile is being generated by qmake, which I forgot to call in the Ulrich On 08.10.2015 10:46, Johan Svensson wrote:
|
It works fine now. Thanks! Just had to apt-get install qt5-default and all dependencies were installed (Ubuntu 14.04). Though, I don't know why but the change is not added in master branch. I had to add it myself into the build script even though I pulled from master. |
Any plans to merge this? |
Hi, tried this branch, but having troubles.
I installed What I am missing? |
I didn't use the
Then the resulting Btw: I'm on Arch Linux with qt5 5.5.1 installed. |
As requested in the original issue, I tried to provide a more or less static build that could be deployed on systems that don't have all the libraries readily installed. It seems that my solution is not as portable as it should be. I suggest to split up the build script in a "just build" (i.e. qmake & make) and a "build release", which would include the library copying stuff. Any better idea? |
Would it be possible to statically link the libraries, so only the binary has to be deployed? Edit: As i read here, the answer is: no. |
I got it to build in a clean Debian/Jessie chroot. I have not tested the application yet, but it runs. The following packages I had to install:
|
With less white space fixes and the above patch you can find it here. j0ju@5a73573 |
Lightweight adaptations for a linux build of kerberos, using ALSA or JACK drivers. Fixes a timing issue, where fast sysex messages were dropped. Also added a convenient build script that populates the kerberos release directory with the binary, dependency libs and a startup script. Have fun!