From 136e749aeab12487cfe30239e3cb34cdfaf9c031 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 17 May 2011 13:53:23 +0000 Subject: [PATCH] More comments --- appli/creaNewProject/NewProject/README.txt | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/appli/creaNewProject/NewProject/README.txt b/appli/creaNewProject/NewProject/README.txt index 9ab33d5..48b5928 100644 --- a/appli/creaNewProject/NewProject/README.txt +++ b/appli/creaNewProject/NewProject/README.txt @@ -1,3 +1,41 @@ USER! Put here your module name. (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! + -- 2.45.1