Required Tools
kconfig-mconf
This is an interactive configuration tool normally used in Linux systems to rebuild the kernel with custom configurations. Miele-LXIV Easy uses it because it creates configuration files that work seamlessly with shell scripts.kconfig-mconf provides the text-based menu interface you’ll use to configure your build options.
Installation via NuttX
The recommended installation method is through the NuttX project:Dependencies
Before building kconfig-mconf, you may need to install these dependencies using Homebrew:wget
wget is used to download library sources from the internet.The build script uses wget to download libraries from official sources and DICOM repositories.
cmake (Command-Line Tool)
The command-linecmake utility is required for configuring and building most libraries.
CMake (with capital C) is the GUI application, whereas cmake (lowercase) is the CLI utility that Miele-LXIV Easy needs.Check if cmake is installed
First, verify if cmake is already available:Installation Options
If you have the CMake GUI application installed, the second method will make the command-line tool available system-wide.
Verification
Before proceeding, verify all tools are properly installed:Next Steps
Once you have all the prerequisites installed, you’re ready to download and set up Miele-LXIV Easy.Installation
Download Miele-LXIV Easy and configure your environment