-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
user-supportIssues asking for support by users,Issues asking for support by users,
Description
I got to near the end of the installation process for Mauishell (as described here: https://github.com/Nitrux/maui-shell/wiki/Build-Instructions-for-Debian).
When I went running
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_BSYMBOLICFUNCTIONS=OFF \
-DQUICK_COMPILER=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON \
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON \
-DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_PREFIX_PATH="/usr/lib/x86_64-linux-gnu/cmake/MauiKit;/usr/lib/x86_64-linux-gnu/cmake/MauiKitFileBrowsing" ..
I got an error saying:
Could not find a package configuration file provided by "MauiCore" with any
of the following names:
MauiCoreConfig.cmake
mauicore-config.cmake
See screenshot:
I did some searching and found a "MauiCore" repo, https://github.com/Nitrux/maui-core/tree/main/scripts.
Do I need to clone, build and install MauiCore first before finishing up with MauiShell? I did install MaulKit and MauiKitFileBrowsing before getting to MauiShell.
bjdev86
Metadata
Metadata
Assignees
Labels
user-supportIssues asking for support by users,Issues asking for support by users,
