From ca5631b0481e3cd5e4c59cff9fa4a452aac6d89d Mon Sep 17 00:00:00 2001 From: Dpeta <69427753+Dpeta@users.noreply.github.com> Date: Mon, 22 Feb 2021 22:53:18 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 44c4cc7..c700b9b 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,11 @@ # Pesterchum Alternate Servers -A mirror of pesterchum with added functionality to connect to alternative servers in response to the offical servers shutting down on 01-01-2021. (And with an edited setup.py file) +Pesterchum with added functionality to connect to alternative servers. (And some other stuff.) Normal pesterchum documentation is in "README-pesterchum.mkdn" and the one for Karxi's fork is README-karxi.mkdn. ## Servers -~~Currently promts the user on launch to choose a server. The implementation of this isn't very pretty, but it seems to function in it's current state.~~ +If you'd like to connect to a different server than the default "pesterchum.xyz", put the server you'd like to connect to in the server.json file. -~~Currently lets you choose between:~~ -* ~~irc.mindfang.org (ghostDunk's server) (Official)~~ -* ~~pesterchum.xyz (turntechCatnip's server) (Unofficial)~~ -* ~~kaliope.ddns.net (@chaoticCharacte's server) (Unofficial)~~ - -Since it's currently the only pesterchum server, I removed the prompt (for now) in favor of just connecting to pesterchum.xyz directly. - -## Building -Just simply running "python setup.py build" seems to be working for me for building on windows as of now. - -Make sure you are running Python 2 and have all the dependencies installed. PyQt4 binaries for windows can be installed from it's sourceforce page if you don't want to go through the hell that's compiling it manually. - -On mac I was able to install most of the dependencies via macports and build with "python setup-py2app.py py2app". +## Tips for building +- For windows use "setup.py". PyQt4 binaries for windows can be installed from it's sourceforce page if you don't want to go through the hell that's compiling it manually. +- On mac you can install most of the dependencies via macports and build with "python setup-py2app.py py2app".