Chapter 2. Package Components

Table of Contents

2.1. The mevislab.prefs File
2.2. The Package.def File
2.3. Modules
2.4. Sources
2.5. cmake
2.6. Configuration/Installer
2.7. Documentation
2.8. Lib/Bin

2.1. The mevislab.prefs File

Settings {
  PackagePaths {
    pathRoot = MY_CHECKOUT_PATH

    path = FMEstable/Foundation
    path = FMEstable/General
    path = FMEstable/Release

    path = FMEwork/ThirdParty
    path = FMEwork/General
    path = FMEwork/ITK
    path = FMEwork/VTK 

    //path = MeVisLab/Standard
    //path = MeVisLab/Foundation
  }
  ...
}

If you only need certain packages, enable/disable individual packages here by (un)commenting them. MY_CHECKOUT_PATH has to be set to the root of the repository checkout (where the MeVisLab and FMEwork/FMEstable directories are located).