lb123
November 1, 2021, 5:32pm
1
Hi,
I built Slicer 4.13.0 in Ubuntu 20.04.3 LTS and then I installed the following extensions using the Extensions Manager:
After the installation, I restarted Slicer but I noticed that only some IGT modules are present, as you can see from the following screenshot:
Searching for OpenIGTLinkIF module I saw this message:
Do you know what I should do to use OpenIGTLinkIF?
Thank you
If you have built Slicer, then you will need to build all of the extensions that you need as well. The extensions downloaded from the Extension Manager won’t be compatible.
Some more info here:
This is the expected behavior. If you build Slicer then you also need to build all the extenions that you want to use to ensure ABI compatibility.
After you have build Slicer on your computer (which is not very easy), building the extensions is trivial, just two CMake commands - see here .
lb123
November 2, 2021, 11:22am
3
but,if there are two modules are needed to be applied in customized Slicer app, how to build the two extensions?