aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.linux
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2008-10-10 15:30:03 -0500
committerXTZGZoReX <none@none>2008-10-10 15:30:03 -0500
commitf84ae3af9e9ab10bf43243187e5b458698e9a39a (patch)
tree7ae3aad58e5dbbd58b9fbd4dd06224f2f4e025dd /INSTALL.linux
parent1e1ba89c4960a76a61ceeeb90d0194b46872ec52 (diff)
[svn] * Changes to install instructions.
* Removing unneeded aclocal.m4 in ACE wrappers. --HG-- branch : trunk
Diffstat (limited to 'INSTALL.linux')
-rw-r--r--INSTALL.linux8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL.linux b/INSTALL.linux
index 7a2f7e2ff66..2945b1242cb 100644
--- a/INSTALL.linux
+++ b/INSTALL.linux
@@ -37,6 +37,12 @@ with the directories you wish to install Trinity Core to. The
datadir is where maps, DBCs, and SQLs are stored. The sysconfdir
is where configuration files are stored.
+When you're ready to execute your configuration, do:
+
+ * mkdir build
+ * cd build
+ * ../configure --options --go --here
+
When you've configured your build, simply run:
* make
@@ -48,4 +54,4 @@ And finally, to install Trinity Core:
Done! Trinity Core should now be installed. Now you will need to
apply database updates where necessary. Furthermore, you must
configure your installation by editing the config files in the
-sysconfdir. \ No newline at end of file
+sysconfdir.