How to deploy the app in Windows #518
Unanswered
facontidavide
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the frequently asked questions is how to deploy PlotJuggler in windows when compiling from source.
This is not meant to be a complete guide, just an hint of the steps you need to take into account.
How to compile
I use QtCreator with Mingw. Installe it from here, if you haven't: https://www.qt.io/download-open-source
You must select a recent LTS version of Qt 5.x and the corresponding Mingw pacvkages.
Create a New Project in QtCreator selectin the CMakeLists.txtx file in the PlotJuggler folder .Compile.
I am not going into further details about how to use QtCreator.
Alternatively, compile from command line:
Use Windeploy
Please have a look first to these links:
Now, launch this console:
Move into the directory where PlotJuggler was build (in my case it is called "build-PlotJuggler-Desktop_Qt_5_15_2_MinGW_64_bit-Release").
Beta Was this translation helpful? Give feedback.
All reactions