Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated figures.
[simgrid.git] / doc / dev_guide / doxygen / cmake.doc
index 1378810..8b706ce 100644 (file)
@@ -120,70 +120,4 @@ ADD_TEST(NAME my-test-name
          COMMAND Hello
 )
 \endverbatim 
-\section cmake_dev_guide_dist How to make a clean dist?
-
-\subsection cmake_dev_guide_dist_sim Simgrid
-
-\subsubsection cmake_dev_guide_dist_sim_unix Under UNIX
-You need to be in a clean repository.
-\verbatim
-$ cd simgrid
-$ git stash
-$ git stash clear
-$ git clean -dfx
-$ mkdir build
-$ cd build
-$ make dist
-\endverbatim
-
-After that you have your distrib in the build dir: 'SimGrid-${release_version}.tar.gz'.
-
-You finally have to compile the new distrib to test the "make install" target.
-
-\subsubsection cmake_dev_guide_dist_sim_win Under Win32
-
-You have to install nsis tool first. Download it 
-<a href="http://nsis.sourceforge.net/Download">here</a>.
-
-Then be sure having wget.exe in your path to get the online documentation. You can download it 
-<a href="http://users.ugent.be/~bpuype/wget/">here</a>.
-
-You can finally make the win installer.
-\verbatim
-$ cd simgrid
-$ mkdir build
-$ cd build
-$ cmake ..
-$ make nsis
-\endverbatim
-
-\subsection cmake_dev_guide_dist_bindings Bindings
-
-\subsubsection cmake_dev_guide_dist_bindings_java Java
-You need to be in a clean repository.
-\verbatim
-$ cd simgrid
-$ git stash
-$ git stash clear
-$ git clean -dfx
-$ mkdir build
-$ cd build
-$ make dist
-\endverbatim
-
-After that you have your distrib in the build dir: 'SimGrid-Java-${release_version}.tar.gz'.
-
-\subsubsection cmake_dev_guide_dist_bindings_ruby Ruby
-You need to be in a clean repository.
-\verbatim
-$ cd simgrid-ruby
-$ git stash
-$ git stash clear
-$ git clean -dfx
-$ mkdir build
-$ cd build
-$ make dist
-\endverbatim
-
-After that you have your distrib in the build dir: 'SimGrid-Ruby-${release_version}.tar.gz'.
 */