]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/Readme.txt
Feature #1773 Add licence terms for all files.
[creaToolsTools.git] / Install_ThirdParty / Readme.txt
index 6f020d5eac656e5533cd69f0a717cf1a64823477..d29ab44a9975f88a7f84f4a7c153331c435b8f53 100644 (file)
@@ -1,34 +1,33 @@
-=== === ===  UNIX / LINUX users === === ===
-
-1) Make sure you are a 'sudoer' :
-
---sudo configuration--
-https://fedoraproject.org/wiki/Configuring_Sudo
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
+#                        pour la Santé)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+#
+#  This software is governed by the CeCILL-B license under French law and 
+#  abiding by the rules of distribution of free software. You can  use, 
+#  modify and/ or redistribute the software under the terms of the CeCILL-B 
+#  license as circulated by CEA, CNRS and INRIA at the following URL 
+#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
+#  or in the file LICENSE.txt.
+#
+#  As a counterpart to the access to the source code and  rights to copy,
+#  modify and redistribute granted by the license, users are provided only
+#  with a limited warranty  and the software's author,  the holder of the
+#  economic rights,  and the successive licensors  have only  limited
+#  liability. 
+#
+#  The fact that you are presently reading this means that you have had
+#  knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------  
 
-2) Make sure you got the last version of creaToolsTools.
-cvs update -dP creaToolsTools
-
-3)cd Install_ThirdParty
-cp install_thirdparty.sh_TEMPLATE install_thirdparty.sh
+=== === ===  UNIX / LINUX users === === ===
 
-4) modify the file install_thirdparty.sh, according to your preferences, modify (only once) creatools.sh
-vim install_thirdparty.sh
-as follows :
+DO NOT USE this one!
 
--- install_thirdparty.sh ---------------------
-creatoolsGeneration=<directory where you want to generate>
-  installPrefix=$creatoolsGeneration/creatools_install
-       or
-  installPrefix=/usr/local
-buildType=<Release|Debug>
-OperatingSystem=<Fedora | Ubuntu | MacOS>
-cd scripts
-sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem
-cd ..
------------------------
+goto
 
-5) Run the whole stuff :
-sh install_thirdparty.sh
+creaToolsTools/Linux
 
 
 === === === WINDOWS users === === ===