ScanXm
============
Desktop application for biomedical image visualization, processing, and segmentation

Contents
--------
This package includes:
- ScanXm executable (and supporting files in ./bin and ./lib)
- Desktop integration files (application launcher, icon)
- Installer (install.sh) and uninstaller (uninstall.sh)
- LICENSE file
- README (this file)

Installation
------------
From the unpacked directory (ScanXm-x.x.x/):

./install.sh

This installs ScanXm for the current user:
- Adds a menu entry to your desktop environment
- Creates a Desktop shortcut (enabled by default)
- Installs the program icon

To install system-wide (requires root):

sudo ./install.sh --system

To install without creating a Desktop shortcut:

./install.sh --no-desktop

Uninstallation
--------------
To remove the user installation:

./uninstall.sh

To remove a system-wide installation:

sudo ./uninstall.sh --system

Running ScanXm
--------------
After installation, you can start ScanXm by:
- Clicking the ScanXm icon in your applications menu
- Using the Desktop shortcut
- Or running the executable directly from the unpacked directory:

./ScanXm

License
-------
See the LICENSE file for full license terms.

