You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
On Thu, Sep 27, 2018 at 8:27 PM, Cary W. ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAUmItShOJ0JQAA95yzzZ-Zg1wc9IMRHks5ufXrlgaJpZM4W1yTB>
.
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
The text was updated successfully, but these errors were encountered: