I have successfully built Slicer using the 5.9 source code. However, when I use the generated Slicer application and try to create an extension, in the Extension Wizard interface, I only see two options for “Type” when creating a new extension, as shown in the image below. Could you please help me understand what’s happening and how to resolve this? env is:window11
If you are not sure about then choose default
. The other option is for advanced use, when you build an extension that fetches and builds C++ libraries from external repositories.
Thank you for your guidance. It’s not that I’m unsure about the two options in the dropdown menu, but I’m confused about why there are only two options. In previous versions of others, this dropdown menu had many options, such as “scripted,” “loadable” etc. However, I don’t see these options here. I’m wondering if this is because I’m using a newer version (V5.9+) or if something is missing.
The options you remember are still there. First you create an extension (default or superbuild) then you create modules (scripted, loadable, segment editor effect, cli, …).
OK,thank you very much ,Iassoan!