the build guide says to install appimagekit, but to the best of my knowledge, it can't be installed. I can't tell where it goes. I've put it in path, on my desktop, in various files in cura source, but nothing works, I just get:
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find AppImageKit (missing: APPIMAGEKIT_APPIMAGETOOL_EXECUTABLE
APPIMAGEKIT_APPRUN_EXECUTABLE)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/FindAppImageKit.cmake:5 (find_package_handle_standard_args)
packaging/python3.7/linux.cmake:2 (find_package)
CMakeLists.txt:124 (include)
-- Configuring incomplete, errors occurred!
every time, and as far as I can tell there's no right way to do this. The only other information I have is from a previous person who had the same error, and the only real response was to look at a docker file with a smiley, and nothing there shows any distinct directories or directions about appimagekit, so that's not helping me much, and the docker file seems only for centOS, or at the very least I have no clue what that page is on about. Docker is confusing compared to cloning a git repo and siccing Cmake on it.
the build guide says to install appimagekit, but to the best of my knowledge, it can't be installed. I can't tell where it goes. I've put it in path, on my desktop, in various files in cura source, but nothing works, I just get:
every time, and as far as I can tell there's no right way to do this. The only other information I have is from a previous person who had the same error, and the only real response was to look at a docker file with a smiley, and nothing there shows any distinct directories or directions about appimagekit, so that's not helping me much, and the docker file seems only for centOS, or at the very least I have no clue what that page is on about. Docker is confusing compared to cloning a git repo and siccing Cmake on it.