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

Linux build issues #13

Open
wittend opened this issue Sep 23, 2018 · 2 comments
Open

Linux build issues #13

wittend opened this issue Sep 23, 2018 · 2 comments

Comments

@wittend
Copy link

wittend commented Sep 23, 2018

I do not usually use QT, and am not particularly familiar with the finer points of OT development. I prefer to use Mint 18.3 (Sarah) Cinnamon on Ubuntu Xenial.

I first attempted to build according to the instructions on in the README.md. I was unable to locate libqt5charts5-dev (or libqt5charts5) for retrieval. It is not in the APT repository, and I don't know where to find it elsewhere.

Fortunately (sort of) I have Ubuntu 18.04 LTS Bionic Beaver on a couple of machines for the moment. I was able to build it successfully there..

I also wondered if the command line "../run ./vna_qt" is always required to run the software? It might be nicer to have a standalone executable.

Dave

@xaxaxa
Copy link
Collaborator

xaxaxa commented Sep 28, 2018

I recall qtcharts is only included in newer debian releases (stretch or higher) which means ubuntu/mint releases based on older debian won't have it; internally we compile QT from source in order to support older distros.
./run is required because it sets LD_LIBRARY_PATH to point to the compiled libraries (libxavna) in the source tree; to compile a standalone binary you would use deploy_linux.sh (make sure you edit env.cfg and set the correct paths to qt etc first) which builds an appimage.

@wittend
Copy link
Author

wittend commented Sep 28, 2018 via email

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