优化
This commit is contained in:
7
todo.md
7
todo.md
@@ -33,6 +33,13 @@ xset dpms force on
|
||||
ffplay -autoexit -fs -i video.mp4
|
||||
```
|
||||
|
||||
### 注册为 service ,并开机启动
|
||||
```bash
|
||||
sudo cp /script/game-driver.service /etc/systemd/system/
|
||||
sudo systemctl enable game-driver
|
||||
sudo systemctl start game-driver
|
||||
```
|
||||
|
||||
## 编译 arm64 架构
|
||||
```bash
|
||||
CC=aarch64-linux-gnu-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go build -o game-driver-arm64 .
|
||||
|
||||
Reference in New Issue
Block a user