cd build
cmake ..
make
In FEBioStudio, click FEBio -> Manage plugins
and load the dynamic library in build/lib/
.
- Got
symbol not found in flat namespace
when loading the plugin? ** Did you forgetDECLARE_FECORE_CLASS();
? ** Did you define an un-implemented virtual function but forgetfunc() = 0;
?