Rod Hynes 5 месяцев назад
Родитель
Сommit
ff9bb328df
4 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      ClientLibrary/README.md
  2. 1 1
      ConsoleClient/README.md
  3. 2 2
      MobileLibrary/Android/README.md
  4. 1 1
      Server/README.md

+ 1 - 1
ClientLibrary/README.md

@@ -49,7 +49,7 @@ Note that you may need to use `sudo docker` below, depending on your OS.
 
 ##### Create the build image:
 
-1. While in the `ClientLibrary` directory, run the command: `docker build --no-cache=true -t psiclientlibrary-builder .`
+1. While in the `ClientLibrary` directory, run the command: `docker build --no-cache=true --platform=linux/amd64 -t psiclientlibrary-builder .`
 
 2. Once completed, verify that you see an image named `psiclientlibrary-builder` when running: `docker images`
 

+ 1 - 1
ConsoleClient/README.md

@@ -6,7 +6,7 @@ Note that you may need to use `sudo docker` below, depending on your OS.
 
 ##### Create the build image:
 
-1. While in the `ConsoleClient` directory, run the command: `docker build --no-cache=true -t psiclient .`
+1. While in the `ConsoleClient` directory, run the command: `docker build --no-cache=true --platform=linux/amd64 -t psiclient .`
 
 2. Once completed, verify that you see an image named `psiclient` when running: `docker images`
 

+ 2 - 2
MobileLibrary/Android/README.md

@@ -40,7 +40,7 @@ Note that you may need to use `sudo docker` below, depending on your OS.
 
 ##### Create the build image:
 
-1. While in the `MobileLibrary/Android` directory, run the command: `docker build --no-cache=true -t psiandroid -f Dockerfile ..`
+1. While in the `MobileLibrary/Android` directory, run the command: `docker build --no-cache=true --platform=linux/amd64 -t psiandroid -f Dockerfile ..`
 
 2. Once completed, verify that you see an image named `psiandroid` when running: `docker images`
 
@@ -69,7 +69,7 @@ When that command completes, the compiled `.aar` files (suitable for use in an A
 ##### Prerequisites:
 
  - The `build-essential` package (on Debian based systems - or its equivalent for your platform)
- - Go 1.15 or later
+ - Go (version specified in go.mod)
  - Full JDK
  - Android NDK
  - Android SDK

+ 1 - 1
Server/README.md

@@ -2,7 +2,7 @@
 
 ### Build
 Prerequisites:
- - Go 1.15 or later
+ - Go (version specified in go.mod)
 
 Build Steps:
  - Build: `go build -o psiphond main.go`