mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update doc
This commit is contained in:
parent
e2fa7d6ee0
commit
08d245f08f
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
||||
#Robotgo
|
||||
|
||||
>Golang Desktop Automation(robot). Control the mouse, keyboard, and read the screen.
|
||||
>Golang Desktop Automation(robot). Control the mouse, keyboard, bitmap, and read the screen.
|
||||
|
||||
RobotGo supports Mac, Windows, and Linux(X11).
|
||||
|
||||
@ -42,6 +42,16 @@ This is a work in progress.
|
||||
|
||||
X11 with the XTest extension (also known as the Xtst library)
|
||||
|
||||
#####Ubuntu:
|
||||
|
||||
sudo apt-get install libx11-dev
|
||||
sudo apt-get install libgtkglextmm-x11-dev
|
||||
sudo apt-get install libghc6-x11-dev
|
||||
sudo apt-get install libgl1-mesa-swx11-dev
|
||||
sudo apt-get install xorg-dev
|
||||
|
||||
sudo apt-get install libxtst-dev libpng++-dev
|
||||
|
||||
|
||||
##Examples:
|
||||
|
||||
|
12
README_zh.md
12
README_zh.md
@ -1,6 +1,6 @@
|
||||
#Robotgo
|
||||
|
||||
>Golang 跨平台自动系统,控制键盘鼠标和读取屏幕
|
||||
>Golang 跨平台自动系统,控制键盘鼠标位图和读取屏幕
|
||||
|
||||
RobotGo 支持 Mac, Windows, and Linux(X11).
|
||||
|
||||
@ -42,6 +42,16 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
|
||||
|
||||
X11 with the XTest extension (also known as the Xtst library)
|
||||
|
||||
#####Ubuntu:
|
||||
|
||||
sudo apt-get install libx11-dev
|
||||
sudo apt-get install libgtkglextmm-x11-dev
|
||||
sudo apt-get install libghc6-x11-dev
|
||||
sudo apt-get install libgl1-mesa-swx11-dev
|
||||
sudo apt-get install xorg-dev
|
||||
|
||||
sudo apt-get install libxtst-dev libpng++-dev
|
||||
|
||||
|
||||
##例子:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user