X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMBlackBoxHelpDialog.cpp;h=16f436df18fba6f1397f5606ae1bafdd9996d202;hb=f3f98131ffd23351c3cd872a0b04aecdc97b7c92;hp=d8f0c9e57e5943b1a08fa60ea310ab6e1bf2904e;hpb=5ff0bb2664c3cd508c1dd438666a71b8a96459c3;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp b/lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp index d8f0c9e..16f436d 100644 --- a/lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp @@ -105,9 +105,12 @@ void wxCDMBlackBoxHelpDialog::CreateControls() "If you don't understand how this inputs and outputs are used, try looking at the sample black boxes available " "in the sample package, which is shipped with every new project.\n" "Also, don't forget to include the libraries your boxes use in the header and implementation files. They should " - "also be pointed and included in the package's directory CMakeLists.txt file and the project's directory " - "CMakeLists.txt file. Again, please take a look at the sample package and its boxes to see how to include libraries " - "in order to use them in the boxes.\n" + "also be pointed and included in the package's directory CMakeLists.txt file by uncommenting the \"SET\" commands " + "for third party libraries or by including the library name inside the \"SET(${BBTK_PACKAGE_NAME}_LIBS\"command " + "and its path inside the \"SET(${BBTK_PACKAGE_NAME}_INCLUDE_DIRS\" command for custom libraries. You must also " + "include the package your black box is in by including the command \"ADD_SUBDIRECTORY([packageName])\" in the " + "project's directory CMakeLists.txt file. Again, please take a look at the sample package and its boxes to see " + "how to include libraries in order to use them in the boxes.\n" "\n" "You can easily edit the CMakeLists files previously mentioned by clicking on the following buttons."), wxDefaultPosition,