diff --git a/README.md b/README.md index f2fba09..0747c63 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ Download the latest plchat_windows.zip from https://git.waldn.net/git/knotteye/p No guarantees on Windows 7, but windows 8 and 10 should work fine. ### Linux -A prepackaged deb file is provided in https://git.waldn.net/git/knotteye/plchat/releases as is a compiled binary for amd64 linux. -If you package plchat for your distro, please let me know and I will add instructions here. +A prepackaged deb file is provided in https://git.waldn.net/git/knotteye/plchat/releases as well as a compiled binary for amd64 linux. +If you package plchat for your distro, please let me know and I will add it here. ### MacOS +Nuitka does not support cross compilation and I have a working MacOS machine or VM, but it should theoretically compile and run just fine. Feel free to message me for support, and I'll be glad to link to your site if you host any binaries you build. ## Building From Source or Packaging PlChat comes with a Makefile for compiling to a binary, but it is of course possible to run the source directly with just `python plchat.py`. The easiest way to package PlChat is just to make sure the dependencies are installed and write a script that sets the appropriate pythonpath and runs plchat.py.