Jump to content

Programming Howto:Deploy a Release version of a BCI2000 Module

From BCI2000 Wiki
Revision as of 13:27, 16 August 2018 by Mellinger (talk | contribs) (Created page with "Double-click the "Configure.sh.cmd" script in the BCI2000 build directory to start the CMake GUI File:deploy_module_1.png Make sure "USE_APPLICATION_BUNDLES" is checked,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Double-click the "Configure.sh.cmd" script in the BCI2000 build directory to start the CMake GUI

Make sure "USE_APPLICATION_BUNDLES" is checked, and click "Generate"

Switch to VisualStudio and click "Reload" if prompted

In your module's CMakeLists.txt, disable any "NOBUNDLE" option

Switch to Release mode

Right-click your module, and choose "Build" from the context menu

When the bundle is created, a list of contained files will be shown

The bundle looks like an executable ...

... but when appending a ".zip" extension, you can see it's a ZIP file as well

See also

Programming Howto:Building and Customizing BCI2000