Skip to content

Building Installers

Kiri Choi edited this page Feb 20, 2018 · 3 revisions

A new release of libSBOL will accompanied by binary installers for Windows. We currently provide installers for 32-bit and 64-bit builds of libSBOL on Windows. We use Inno setup to compile installers. Download and install Inno setup, and build both 32-bit and 64-bit version of libSBOL on Windows. Then, use the scripts here to compile installers.

Make sure to update the version number when you release a new version. Check this line and this line.

Also, make sure that you are using the right paths. Check these lines here and here. The path should match with the Cmake Install directory you used to build libSBOL.

Clone this wiki locally