aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/UnixInstall.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/UnixInstall.txt b/doc/UnixInstall.txt
index 0340d94c138..75f96214dd0 100644
--- a/doc/UnixInstall.txt
+++ b/doc/UnixInstall.txt
@@ -1,27 +1,27 @@
= TrinityCore -- Linux installation =
-Copyright (C) 2008-2017 TrinityCore (https://www.trinitycore.org/)
+Copyright (C) 2008-2018 TrinityCore (https://www.trinitycore.org/)
=========================================================
WARNING: THIS DOCUMENTATION IS NOT ALWAYS UP TO DATE.
FOR MORE UP-TO-DATE INFORMATION, CHECK THE TRINITY WIKI.
=========================================================
-CHECK http://www.trinitycore.info/ FOR FURTHER HELP.
+CHECK https://www.trinitycore.info/ FOR FURTHER HELP.
These are the instructions for installation in a Linux environment.
-If you are using Windows, refer to http://www.trinitycore.info/ .
+If you are using Windows, refer to https://www.trinitycore.info/ .
Installing TrinityCore is fairly simple on a Linux machine,
assuming you have all the required applications installed:
-http://collab.kpsn.org/display/tc/Requirements
+https://www.trinitycore.info/display/tc/Requirements
Most of these are included on common Linux distros, you may have to
install others by yourself. Please check your distro's repo for specifics.
Make a directory to build in, you can call it anything you want (like
build or bin etc.), then go into the directory and use cmake and make.
-E.g. you created a dir named build and want to have your final compiled product
+E.g. you created a dir named build and want to have your final compiled product
installed in /home/trinity/server/. An example sequence of commands can be:
cmake ../ -DCMAKE_INSTALL_PREFIX=/home/trinity/server -DTOOLS=1 -DWITH_WARNINGS=1
@@ -45,13 +45,13 @@ CMakeLists.txt in the main folder and take a look at some of the flags like
LIBSDIR Set path as default library directory
CMAKE_C_FLAGS Set C_FLAGS for compile (advanced users only)
CMAKE_CXX_FLAGS Set CXX_FLAGS for compile (advanced users only)
- CMAKE_BUILD_TYPE Set buildtype - the supported modes are:
+ CMAKE_BUILD_TYPE Set build type - the supported modes are:
Release, MinSizeRel, RelWithDebInfo, Debug
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
-where necessary. Furthermore, you must configure your installation by
+Once TrinityCore is installed, you will need to apply database updates
+where necessary. Furthermore, you must configure your installation by
editing the config files in the sysconfdir.