allencch/med

Please list your build test environment/platforms

aenertia opened this issue · 5 comments

Hi there;

I just built with Ubutn 16.04 with kubuntu backport packages for the needed qt5tools dependencies. But I just get segfaulting resulantant binaries. Some errata text as to what Distro, and package versions were used to test/build would be helpful. I can always docker container build if needed but I need some more info on the test environment first.

@aenertia , I would like to know which binary file you are running?
I am using Arch Linux with Qt 5.8 and jsoncpp 1.8.0.
CMake should detect the required libraries.
May be you can run ldd to check which library is missing.

@aenertia , I guess the issue was cannot locate process.ui and main-qt.ui. Because during my development, I execute the binary file with the same directory that contains process.ui and main-qt.ui.

@aenertia , I have improved the CMakeLists.txt that install the all required files. Furthermore, there is a Arch Linux package build script too.
Please check whether that helps.