pesterchum/README.md

12 lines
705 B
Markdown
Raw Normal View History

2020-10-04 13:53:10 -04:00
# Pesterchum Alternate Servers
2021-02-22 17:53:18 -05:00
Pesterchum with added functionality to connect to alternative servers. (And some other stuff.)
2020-10-04 14:33:38 -04:00
Normal pesterchum documentation is in "README-pesterchum.mkdn" and the one for Karxi's fork is README-karxi.mkdn.
2020-10-04 09:42:48 -04:00
2020-10-04 13:53:10 -04:00
## Servers
2021-02-22 17:53:18 -05:00
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.
2020-10-04 14:33:38 -04:00
2021-02-22 17:53:18 -05:00
## 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".