From 7fbb972791f9e3fbde5dfa85c113285353122600 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:43:57 -0600 Subject: Additional renaming of kde to tde --- INSTALL-cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'INSTALL-cmake') diff --git a/INSTALL-cmake b/INSTALL-cmake index cf30958..d65c3fb 100644 --- a/INSTALL-cmake +++ b/INSTALL-cmake @@ -19,15 +19,15 @@ before running cmake. Prepare install =============== You require at least cmake 2.4, kde 3.4.x and subversion 1.2. In source-tree-build are mostly unwanted, so -make a subdir called "kdesvn-build" and change to it. +make a subdir called "tdesvn-build" and change to it. Basic installation ================== -Change to your builddirectory and call cmake with the path to kdesvn. E.g., -when your build-folder is "kdesvn-build" within source-tree, so change to it +Change to your builddirectory and call cmake with the path to tdesvn. E.g., +when your build-folder is "tdesvn-build" within source-tree, so change to it and type "cmake ../". -Now your system get checked if it is able compiling kdesvn and cmake generates +Now your system get checked if it is able compiling tdesvn and cmake generates the Makefiles. Important parameters to cmake: @@ -58,7 +58,7 @@ After make type "make install" and install begins. You may install to a temporary-root with make install DESTDIR= -If you want to uninstall kdesvn again type "make uninstall" from within the +If you want to uninstall tdesvn again type "make uninstall" from within the build directory. Extra cflags and linker flags @@ -67,6 +67,6 @@ Extra cflags and linker flags If you require extra flags for compiler and linker you may give them via environment variables "CXXFLAGS" (c++ compiler) "LDFLAGS" (for linker) - "CFLAGS" (for c-compiler, not needed in kdesvn build) + "CFLAGS" (for c-compiler, not needed in tdesvn build) eg., it may usefull on 64bit systems "-m64" to CXXFLAGS and LDFLAGS. -- cgit v1.2.1