You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flatpak version just dont even start, and normal instalation gives me this error when I get into step "cmake -DCMAKE_BUILD_TYPE=Release -S . -B build":
CMake Error at CMakeLists.txt:29 (find_package):
By not providing "Findcpr.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "cpr", but
CMake did not find one.
Could not find a package configuration file provided by "cpr" with any of
the following names:
cprConfig.cmake
cpr-config.cmake
Add the installation prefix of "cpr" to CMAKE_PREFIX_PATH or set "cpr_DIR"
to a directory containing one of the above files. If "cpr" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
Actually I am a monkey on linux, probably this log is showing me exactly what to do but I just cant find it out, sorry
The text was updated successfully, but these errors were encountered:
I recommend using the flatpak version when possible. Did you install through an application like Discover? If yes, could you run Limo through a terminal and send me the output? You can use the following command:
flatpak run io.github.limo_app.limo --debug
Or, if you really want to build from source:
Looks like libcpr is missing on your system. You can install it using these commands:
Flatpak version just dont even start, and normal instalation gives me this error when I get into step "cmake -DCMAKE_BUILD_TYPE=Release -S . -B build":
CMake Error at CMakeLists.txt:29 (find_package):
By not providing "Findcpr.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "cpr", but
CMake did not find one.
Could not find a package configuration file provided by "cpr" with any of
the following names:
Add the installation prefix of "cpr" to CMAKE_PREFIX_PATH or set "cpr_DIR"
to a directory containing one of the above files. If "cpr" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
Actually I am a monkey on linux, probably this log is showing me exactly what to do but I just cant find it out, sorry
The text was updated successfully, but these errors were encountered: