Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
6a2717fcbe
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -11,6 +11,11 @@ go install github.com/wailsapp/wails/v2/cmd/wails@latest
 # 检查环境
 wails doctor
 
+sudo apt-get update
+sudo apt install nsis
+sudo apt install libgtk-3-dev
+sudo apt install libwebkit2gtk-4.0-dev
+
 
 # 创建项目
 wails init -n myproject -t svelte