diff options
author | Darrell Anderson <[email protected]> | 2012-11-04 01:04:21 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-11-04 01:04:21 -0500 |
commit | a09ed2cc43f2688c140376d37d4e59f5c7313801 (patch) | |
tree | 2d38246cac36617459c6381a12edddda15035fe6 /Building-with-cmake.txt | |
parent | 774bbe19c335a729e8cc14f401f29a016bfa5534 (diff) | |
download | kile-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.txt | 2 |
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. |