[opengtl-commits] [467] finish moving things that belong to GTLDesigner to its directory |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 467
Author: cyrille
Date: 2008-11-03 20:12:10 +0100 (Mon, 03 Nov 2008)
Log Message:
-----------
finish moving things that belong to GTLDesigner to its directory
Added Paths:
-----------
trunk/GTLDesigner/README
Removed Paths:
-------------
trunk/README
Copied: trunk/GTLDesigner/README (from rev 466, trunk/README)
===================================================================
--- trunk/GTLDesigner/README (rev 0)
+++ trunk/GTLDesigner/README 2008-11-03 19:12:10 UTC (rev 467)
@@ -0,0 +1,24 @@
+How To Build This Template
+-=-=-=-=-=-=-=-=-=-=-=-=-=
+
+cd <project_name_path>
+mkdir build
+cd build
+cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=debugfull .. <- do not forget the ..
+make
+make install or su -c 'make install'
+
+to uninstall the project:
+make uninstall or su -c 'make uninstall'
+
+Note: you can use another build path. Then cd in your build dir and:
+export KDE_SRC=path_to_your_src
+cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=debugfull
+
+
+----------------------------
+Please send all comments to:
+Anne-Marie Mahfouf
+annma@xxxxxxx
+
+Last update: April 2008
Deleted: trunk/README
===================================================================
--- trunk/README 2008-11-03 19:10:37 UTC (rev 466)
+++ trunk/README 2008-11-03 19:12:10 UTC (rev 467)
@@ -1,24 +0,0 @@
-How To Build This Template
--=-=-=-=-=-=-=-=-=-=-=-=-=
-
-cd <project_name_path>
-mkdir build
-cd build
-cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=debugfull .. <- do not forget the ..
-make
-make install or su -c 'make install'
-
-to uninstall the project:
-make uninstall or su -c 'make uninstall'
-
-Note: you can use another build path. Then cd in your build dir and:
-export KDE_SRC=path_to_your_src
-cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=debugfull
-
-
-----------------------------
-Please send all comments to:
-Anne-Marie Mahfouf
-annma@xxxxxxx
-
-Last update: April 2008