diff --git a/assets/src/server/README.txt b/assets/src/server/README.txt index 7bfd4ee6..39ee75cc 100644 --- a/assets/src/server/README.txt +++ b/assets/src/server/README.txt @@ -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.