Skip to main content

Configure Miele-LXIV in 5 Easy Steps

Automated build system that downloads, configures, and installs all dependencies for the Miele-LXIV medical imaging Xcode project.

$ ./build.sh
Configuring Miele-LXIV Easy…
✓ Download sources
✓ Build dependencies
✓ Install toolkits
Ready to build!

Quick Start

Get your Miele-LXIV development environment configured in minutes

1

Install Prerequisites

Install required tools: kconfig-mconf, wget, and cmake. These tools are essential for configuration and building dependencies.
brew install cmake wget
# Install kconfig-mconf from NuttX tools
2

Run Initial Configuration

Run the build script to create your initial configuration and set up directory structure.
cd $EASY_HOME
./build.sh
The first run will launch an interactive configuration menu. Accept the defaults for a tried-and-tested setup.
3

Download and Build Dependencies

Configure download and build steps, then execute the build to compile all medical imaging libraries.
./reconfigure.sh  # Enable download, configure, build, and install
./build.sh        # This step takes about 1 hour
4

Create Symbolic Links

Set up symbolic links to make the installed libraries available to the Xcode project.
./reconfigure.sh  # Enable "Create Symbolic links"
./build.sh

Key Features

Everything you need to configure the Miele-LXIV Xcode project

Interactive Configuration

Use kconfig-mconf for an intuitive menu-driven configuration experience

Automated Downloads

Automatically download all required medical imaging libraries and dependencies

Build Orchestration

Build and install DCMTK, VTK, ITK, and all supporting libraries with a single command

Multiple Version Sets

Support for multiple Miele-LXIV versions: 7.1.38, 7.3.46, and 8.8

Patch Management

Automatically apply patches to DCMTK and OpenJPEG for Miele-LXIV compatibility

Xcode Integration

Seamless integration with Xcode through symbolic link management

Managed Dependencies

Complete toolkit for medical imaging development

DCMTK

DICOM Toolkit for medical image processing

VTK & ITK

Visualization and Insight Toolkits for 3D rendering

Image Libraries

JPEG, TIFF, PNG, OpenJPEG, and Jasper support

OpenGL

GLEW and GLM for hardware-accelerated graphics

OpenSSL

Secure communication and encryption support

XML & Compression

libxml2, zlib, and iconv for data handling

Ready to Get Started?

Set up your Miele-LXIV development environment in just a few minutes