diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
commit | a7c45a192268da2601cef47a4cdba987ae2327ca (patch) | |
tree | c5fb5b97db109fe7106496dd96498c475881046b /README.md | |
download | serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.gz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.bz2 serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.xz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.zip |
Initial commit (Moubootaur Legends fork)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fef6a5 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Server Data Repository + +Please ensure you are following [Development Instructions](https://tmw2.org/development.php). +If you could not find some package, you can try apt-cache to find it's real name. + +Most common required invokation is: + +``` +apt-cache search libpcre3 +apt-cache search mariadb +``` + +Install the appropriate packages, including the "-dev" version if available, and +use the following command to build everything: + +``` +make asan +``` + +If you do not have memory to spare, you can use `make new`, and it'll make a light +build. However, shall any problem happen with Evol engine, you will most likely +be on the dark. + +It will output an "OK" at the end, if everything ran fine. For support head to [#tmw2-dev](http://web.libera.chat/?channels=#tmw2-dev) +Libera Chat IRC channel. + +---- + +**Default administrative user:** `admin` +**Default administrative pass:** `admin` |