Update README.txt

This commit is contained in:
Eric Froemling 2019-10-22 13:30:42 -07:00 committed by GitHub
parent 55ca63324b
commit caf6572a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,16 @@ mac:
- The server should run on the most recent macOS (and possibly older versions, though I have not checked)
- It now requires homebrew python 3, so you'll need that installed (brew install python3).
linux 32/64 bit:
- Server binaries are currently compiled against ubuntu 16.04 LTS. They depend on Python 3.5, so you may need to install that.
linux (x86_64):
- Server binaries are currently compiled against ubuntu 19.04. They depend on Python 3.7, so you may need to install that.
This should just be something like "sudo apt install python3"
raspberry pi:
- The server binary was compiled on a raspberry pi 3 running raspbian stretch.
As with the standard linux build you'll need to make sure you've got Python 3 installed.
- The server binary was compiled on a raspberry pi 3 running raspbian buster.
As with the standard linux build you'll need to make sure you've got Python 3 installed (should be 3.7)
windows:
- You may need to run vc_redist.x86 to install support libraries if the app quits with complaints of missing DLLs
- You may need to run Vc_redist.x64.exe to install support libraries if the app quits with complaints of missing DLLs
Please give me a holler at support@froemling.net if you run into any problems.