diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-02-22 21:47:36 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-02-22 21:47:36 +0000 |
commit | 29fc033765b58afecdb60b56f1ee0a1f6e90ff07 (patch) | |
tree | 46977dbb0c5deae46a61f1b4791a1144a9a36b82 /INSTALL | |
parent | 9e8919c573dafd3b571d07a48497b82ca73007f5 (diff) | |
download | plus-29fc033765b58afecdb60b56f1ee0a1f6e90ff07.tar.gz plus-29fc033765b58afecdb60b56f1ee0a1f6e90ff07.tar.bz2 plus-29fc033765b58afecdb60b56f1ee0a1f6e90ff07.tar.xz plus-29fc033765b58afecdb60b56f1ee0a1f6e90ff07.zip |
Update README.md & README
Squashed with:
* Add build instructions link
* CMake is unsupported (for now)
* Change IRC link to irc-only channel.
* Update text-only README to match
* Make the point clearer. And, Bitbucket is dead by now?
* Nah, I'll leave the strange statement about licensing and bad platforms
in, for now. It's got a point!
* Remove strange statement about licensing and bad platforms
* Update note, change in-game support text
* RIP FreeNode
* Fix fix + add in-game "contact"
* Reorganise the support section
* Remove some duplicates and reword the command help section (which should
probably be removed. This is not the 1985 any more)
* Comment out nonfunctional CI badges
* reorder builds and CI status
* Remove version info.. it's 6 years old anyways. Wait... 6 years since last release?!
* Shorten the CI status badges
* Update main CI status button to point to pipelines page
* Try more compact form on a single line (like before)
* Add more direct download links when clicking CI status buttons
* Add myself to AUTHORS
* Change CI link to point to TMW gitlab
+ remove undress from help.. players don't need that.
* Fix forum link - was pointed to general player talk and not https.
****
mana/plus!127
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -How to compile and run ManaVerse on your GNU/Linux Box -================================================= +How to compile and run ManaVerse on your GNU+Linux Box +====================================================== Homepage: http://manaverse.germantmw.de/ -IRC: irc.libera.chat:6697 (TLS) / #themanaworld-dev +IRC: irc.libera.chat:6697 (TLS) / #themanaworld-irc 1) Requirements 2) Compiling And Installing ManaVerse @@ -43,7 +43,7 @@ you to figure this out. 2. Compiling And Installing ManaVerse -==================================== +===================================== Building with GNU Autotools @@ -67,7 +67,7 @@ a different prefix to configure as usual. Rebuild the executable from scratch using "make clean" and then "make". -Building with CMake +Building with CMake (unsupported) 1) Create a directory for building and change to that directory. 2) Configure the build with: cmake <path_to_source> |