Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 903 Bytes

File metadata and controls

42 lines (28 loc) · 903 Bytes

PoolsideGUI

Cross-platform GUI software for surface control unit

Documentation is here: https://github.com/hidronautics/PoolsideGUI_docs

Requirements:

Install and run on UNIX:

./install_dependencies.sh

Install binary path $source_dir/install/bin/PoolsideGUI

If you want to recompile project, run:

./compile_PoolsideGUI.sh

Development in Clion

Press Ctrl+Alt+S to open Settings.

Go to Build, Execution, Deployment, then to CMake

Add to CMake options:

-DCMAKE_PREFIX_PATH=PATH_TO_YOUR_QT_INSTALLATION/QT_VERSION/COMPILER/lib/cmake

Then go to Run->Edit Configurations and add to Environmental variables:

LD_LIBRARY_PATH=PATH_TO_YOUR_QT_INSTALLATION/QT_VERSION/COMPILER/lib