mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
Updated README and DEV
This commit is contained in:
parent
a4b9de9456
commit
af35dcae0b
@ -10,7 +10,7 @@ For Chaturbate-**only**, private/ticket stream is **unsupported**.
|
||||
|
||||
## Usage
|
||||
|
||||
Download executable from **[Release](https://github.com/teacat/chaturbate-dvr/releases)** page.
|
||||
Download executable from **[Release](https://github.com/teacat/chaturbate-dvr/releases)** page (e.g., `windows_chatubrate-dvr.exe`).
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,26 +1,26 @@
|
||||
Compile All at once:
|
||||
|
||||
```
|
||||
GOOS=windows GOARCH=amd64 go build -o bin/windows/chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=amd64 go build -o bin/darwin/chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/linux/chatubrate-dvr &&
|
||||
GOOS=windows GOARCH=arm64 go build -o bin/arm64/windows/chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=arm64 go build -o bin/arm64/darwin/chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=arm64 go build -o bin/arm64/linux/chatubrate-dvr
|
||||
GOOS=windows GOARCH=amd64 go build -o bin/windows_chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=amd64 go build -o bin/macos_chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/linux_chatubrate-dvr &&
|
||||
GOOS=windows GOARCH=arm64 go build -o bin/arm64_windows_chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=arm64 go build -o bin/arm64_macos_chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=arm64 go build -o bin/arm64_linux_chatubrate-dvr
|
||||
```
|
||||
|
||||
or Compile for 64-bit Windows, macOS, Linux:
|
||||
|
||||
```
|
||||
GOOS=windows GOARCH=amd64 go build -o bin/windows/chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=amd64 go build -o bin/darwin/chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/linux/chatubrate-dvr
|
||||
GOOS=windows GOARCH=amd64 go build -o bin/windows_chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=amd64 go build -o bin/macos_chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/linux_chatubrate-dvr
|
||||
```
|
||||
|
||||
or for arm64 Windows, macOS, Linux:
|
||||
|
||||
```
|
||||
GOOS=windows GOARCH=arm64 go build -o bin/arm64/windows/chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=arm64 go build -o bin/arm64/darwin/chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=arm64 go build -o bin/arm64/linux/chatubrate-dvr
|
||||
GOOS=windows GOARCH=arm64 go build -o bin/arm64_windows_chatubrate-dvr.exe &&
|
||||
GOOS=darwin GOARCH=arm64 go build -o bin/arm64_macos_chatubrate-dvr &&
|
||||
GOOS=linux GOARCH=arm64 go build -o bin/arm64_linux_chatubrate-dvr
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user