summaryrefslogtreecommitdiffstats
path: root/Building-with-cmake.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:04:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:04:21 -0500
commita09ed2cc43f2688c140376d37d4e59f5c7313801 (patch)
tree2d38246cac36617459c6381a12edddda15035fe6 /Building-with-cmake.txt
parent774bbe19c335a729e8cc14f401f29a016bfa5534 (diff)
downloadkile-a09ed2cc43f2688c140376d37d4e59f5c7313801.tar.gz
kile-a09ed2cc43f2688c140376d37d4e59f5c7313801.zip
Fix references to user profile directory.
Diffstat (limited to 'Building-with-cmake.txt')
-rw-r--r--Building-with-cmake.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Building-with-cmake.txt b/Building-with-cmake.txt
index c91830e..7396d21 100644
--- a/Building-with-cmake.txt
+++ b/Building-with-cmake.txt
@@ -10,7 +10,7 @@ module anymore).
3. Enter the "kile-build" directory and call cmake with:
- cmake <path to the kile directory> -DCMAKE_INSTALL_PREFIX=$HOME/.kde
+ cmake <path to the kile directory> -DCMAKE_INSTALL_PREFIX=$HOME/.trinity
to install Kile later on in the current user's home directory.