$ mkdir MyExtension-debug
$ cd MyExtension-debug
$ cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DSlicer_DIR:PATH=/path/to/Slicer-SuperBuild-Debug/Slicer-build ../MyExtension
$ make
Here I cannot find Slicer-SuperBuild-Debug in my Slicer package, I just downloaded Slicer before, should I build it? If so, is there some tutorial?
Best wishes,
Zhang Kening
I already use Wizard to create a extension, but now I want to try it by extension manager, may be try it offline first, which step I should move to confuses me a lot. Thank u very much.