diff options
author | tkrokli <tkrokli@gmail.com> | 2018-01-09 21:02:38 +0100 |
---|---|---|
committer | tkrokli <tkrokli@gmail.com> | 2018-01-09 21:02:38 +0100 |
commit | e2666fff35b3fe468739eb40b811b2fc1b8c1cea (patch) | |
tree | f9cf9243fb125720e8665a2b7c38f4db8980ca02 /doc/UnixInstall.txt | |
parent | d283f96f707180f31a35c91210cceb8cd7cf8f49 (diff) |
Update copyright note for 2018 follow-up
File missed in main 2018 copyright update, commit f6b6f57a6da909426e3171d09f989c554f20b43d
- revert link from collab.kpsn.org back to www.trinitycore.info for branch consistency
- also some minor whitespace edits
Diffstat (limited to 'doc/UnixInstall.txt')
-rw-r--r-- | doc/UnixInstall.txt | 16 |
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. |