Update README.md and circle.yml

This commit is contained in:
vCaesar 2017-06-11 18:56:26 +08:00
parent 861396b054
commit 45c3d9ce1f
3 changed files with 16 additions and 2 deletions

View File

@ -82,6 +82,8 @@ sudo apt-get install libxtst-dev libpng++-dev
sudo apt-get install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
sudo apt-get install libxkbcommon-dev
sudo apt-get install xsel
sudo apt-get install xclip
```
#### Fedora:
@ -90,6 +92,9 @@ sudo apt-get install libxkbcommon-dev
sudo dnf install libxkbcommon-devel libXtst-devel libxkbcommon-x11-devel xorg-x11-xkb-utils-devel
sudo dnf install libpng-devel
sudo dnf install xsel
sudo dnf install xclip
```
## Installation:
@ -252,6 +257,6 @@ Donate money by [paypal](https://www.paypal.me/veni0/25) to my account [vzvway@g
## License
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE).

View File

@ -80,6 +80,9 @@ sudo apt-get install libxtst-dev libpng++-dev
sudo apt-get install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
sudo apt-get install libxkbcommon-dev
sudo apt-get install xsel
sudo apt-get install xclip
```
#### Fedora:
@ -88,6 +91,9 @@ sudo apt-get install libxkbcommon-dev
sudo dnf install libxkbcommon-devel libXtst-devel libxkbcommon-x11-devel xorg-x11-xkb-utils-devel
sudo dnf install libpng-devel
sudo dnf install xsel
sudo dnf install xclip
```
## Installation:
```
@ -247,6 +253,6 @@ Donate money by [paypal](https://www.paypal.me/veni0/25) to my account [vzvway@g
## License
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE).

View File

@ -16,6 +16,9 @@ dependencies:
# Event:
- sudo apt-get install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
- sudo apt-get install libxkbcommon-dev
# Clipboard:
- sudo apt-get install xsel
- sudo apt-get install xclip
test:
post: