aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-11-20 23:21:49 +0100
committerCarbenium <carbenium@outlook.com>2015-11-23 10:11:56 +0100
commit7466d5962155b21428caa0be905d579e983537c8 (patch)
tree8b56842a4928c5405b9bec0d64ffd76bc53f4df9 /doc
parente2bd9c47cc961a05a66ce27d24eea6b6919d7a1d (diff)
Update UnixInstall.txt
(cherry picked from commit 2639783fe1fbb3050556948dd01066605247dbb2)
Diffstat (limited to 'doc')
-rw-r--r--doc/UnixInstall.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt
index af20660a900..6e1969aadfa 100644
--- a/doc/UnixInstall.txt
+++ b/doc/UnixInstall.txt
@@ -6,10 +6,10 @@ WARNING: THIS DOCUMENTATION IS NOT ALWAYS UP TO DATE.
FOR MORE UP-TO-DATE INFORMATION, CHECK THE TRINITY WIKI.
=========================================================
-CHECK http://www.trinitycore.info/How-to:Linux FOR FURTHER HELP
+CHECK http://www.trinitycore.info/ FOR FURTHER HELP
These are instructions for installation in a Linux environment, if you are
-using Windows refer to http://www.trinitycore.info/How-to:Win
+using Windows refer to http://www.trinitycore.info/
Installing TrinityCore is fairly simple on a Linux machine, assuming you
have all required applications
@@ -25,7 +25,7 @@ you created a dir named build ad want to have your finalcompiled product
installed in /home/trinity/server, an example sequence of commands can
be :
- cmake ../ -DPREFIX=/home/trinity/server -DTOOLS=1 -DWITH_WARNINGS=1
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/trinity/server -DTOOLS=1 -DWITH_WARNINGS=1
make
make install
@@ -50,8 +50,8 @@ flags like
CMAKE_BUILD_TYPE Set buildtype - the supported modes are :
Release, MinSizeRel, RelWithDebInfo, Debug
-Of course, replace the paths in PREFIX, CONF_DIR and LIBSDIR with the
-directories you wish to install TrinityCore to. The datadir is where maps,
+Of course, replace the paths in CMAKE_INSTALL_PREFIX with the
+directory you wish to install TrinityCore to. The datadir is where maps,
DBCs, and SQLs are stored. The sysconfdir is where configuration files are stored.
Once TrinityCore is installed you will need to apply database updates