-
Notifications
You must be signed in to change notification settings - Fork 115
Where to "install" appimagekit? #248
Comments
Did you already try just setting APPIMAGEKIT_APPIMAGETOOL_EXECUTABLE to be the path of the appimage-builder executable? |
alright, it was super confusing so I was able to find the cmake file and open it up and... so unless I looked at the findappimagekit.cmake or knew about the intricacies of cmake (honestly I'm impressed anyone can- it's super cryptic), it wouldn't have worked, even though I put it in path and linked to it 3 different correct ways. man, I'd like to take a scalpel to the build instructions and make them a bit more straightforward XD. TL;DR: I was setting it to the right path and getting the right files, but the cmake file is looking for filenames appimagekit is not released with.
now I'm getting this- which I don't think should be happening-is it true only one version of protobuf will work? |
For me on Ubuntu, installing through
No, that's not true. The official build of Cura still uses Protobuf 3.0.2 (as installed through cura-build-environment). The cura-build repository doesn't specify any Protobuf version. I don't know how it got to version 3.9.2.0 on your system other than that being the Protobuf version you actually installed. But apparently it didn't install well, then. |
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.
The text was updated successfully, but these errors were encountered: