Hi everyone,
I've just migrated from Windows to Linux and need some help...
As I do astrofotography I've some tools on windows that I need to migrate to Linux. One of them is the program called imppg (https://greatattractor.github.io/imppg/). In the readme section under point 11.1 is described how to compile the software for Linux.
I've manualy downloaded the source code and created the bulid folder. Unfortunately I get an error when I try to execute the
command:
Can someone please tell me, where I've to add what?
Thank you in advance
Greetings
Alex
p.s. I've installed cmake, wxWidgets (libwxgtk3.0-gtk3-dev) and Boost (libboost-tools-dev)
I've just migrated from Windows to Linux and need some help...
As I do astrofotography I've some tools on windows that I need to migrate to Linux. One of them is the program called imppg (https://greatattractor.github.io/imppg/). In the readme section under point 11.1 is described how to compile the software for Linux.
I've manualy downloaded the source code and created the bulid folder. Unfortunately I get an error when I try to execute the
Code:
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
Code:
$ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .. -- The CXX compiler identification is GNU 11.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:16 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.22/Modules/FindBoost.cmake:2360 (find_package_handle_standard_args) CMakeLists.txt:121 (find_package)
Thank you in advance
Greetings
Alex
p.s. I've installed cmake, wxWidgets (libwxgtk3.0-gtk3-dev) and Boost (libboost-tools-dev)
Comment