]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/README.txt
More comments
[crea.git] / appli / creaNewProject / NewProject / README.txt
index 9ab33d57ee4e5d2557f5e21807bf1ae5f2566376..48b59288ca3f225d0c10ac67a6e5aacd965f60e7 100644 (file)
@@ -1,3 +1,41 @@
 USER! Put here your module name.
 <your Module>
 (c) CREATIS 2009
+
+lib will contains as many directories as you need
+---
+
+lib/mySampleLib is just ... a sample (example) library
+---------------
+feel free to remove it, when you are sure you understood how to fill a library.
+(Don't forget to modity the relevant CMakeLists.txt)
+
+lib/template_lib is a template you may copy/paste to create your own library
+----------------
+(you may feel like using lib/mySampleLib for doing that...)
+
+appli contains the source codes for your executables.
+-----
+
+bbtk_mySamplePackage_PKG is just ... a sample (example) package
+------------------------
+feel free to remove it, when you are sure you understood how to fill a Package.
+(Don't forget to modity the relevant CMakeLists.txt)
+
+bbtk_YourProjectName_PKG is the default package for your project.
+------------------------
+feel free to use it.
+
+doc : everything you need to generate a full Documentation (with Doxygen,
+---
+with a user designed website, as a lAtEx document ...) 
+Don't remove, feel free to modify...
+
+cmake : a set of usefull macro.
+----
+Don't remove, don't modify!
+
+install : everything needed for making an installer
+-------
+Don't remove, don't modify!
+