-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile Maui Shell, "Could not find MauiCore" #47
Comments
Sorry, I forgot to mention I'm running Debian Linux 11 |
@bjdev86 Yes, you also need to install Maui Core. |
Very good, thanks @UriHerrera. I'm assuming that I need to install it like the other dependencies for example,
Source: #38 (comment) But just replace "mauiman" with mauicore, and obviously cloning from the Nitrux/mauicore repo? |
Thank you @cniw. Your former post, #38 (comment), regarding dependency installation was also helpful. Are my clone, build installation instructions correct regarding the dependencies you listed? Are there any special installation instructions regarding the dependencies listed? |
@bjdev86 I have updated the instructions for Debian. |
Thanks @UriHerrera. I plan to check these out when I get a chance. |
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
I got an error saying:
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.
The text was updated successfully, but these errors were encountered: