Fix typesetting

This commit is contained in:
vCaesar 2017-03-24 21:47:22 +08:00
parent e695a7c982
commit 2b525ae908
2 changed files with 9 additions and 9 deletions

View File

@ -68,7 +68,7 @@ X11 with the XTest extension (also known as the Xtst library)
Event: Event:
xcb,xkb,libxkbcommon xcb, xkb, libxkbcommon
``` ```
##### Ubuntu: ##### Ubuntu:

View File

@ -11,7 +11,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
这是一项正在完善中的工作. 这是一项正在完善中的工作.
提Issues请到[Github](https://github.com/go-vgo/robotgo),便于统一管理和即时更新 Issues 请到 [Github](https://github.com/go-vgo/robotgo), 便于统一管理和即时更新
## Contents ## Contents
- [Docs](#docs) - [Docs](#docs)
@ -32,7 +32,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
## Requirements: ## Requirements:
(环境要求:) (环境要求:)
在安装RobotGo之前,请确保Golang、GCC、zlib和libpng被正确安装 在安装 RobotGo 之前, 请确保 Golang、GCC、zlib libpng 被正确安装
### ALL: ### ALL:
``` ```
@ -50,12 +50,12 @@ brew install homebrew/dupes/zlib
``` ```
MinGW or other GCC MinGW or other GCC
zlib & libpng (bitmap依赖) zlib & libpng (bitmap 依赖)
``` ```
##### [zlib&libpng Windows32 GCC教程](https://github.com/go-vgo/Mingw32) ##### [zlib & libpng Windows32 GCC 教程](https://github.com/go-vgo/Mingw32)
##### [下载包含zlib和libpng的64位MinGW](https://github.com/go-vgo/Mingw) ##### [下载包含 zlib libpng 64位 MinGW](https://github.com/go-vgo/Mingw)
#### For everything else(Linux等其他系统): #### For everything else(Linux 等其他系统):
``` ```
GCC GCC
@ -63,7 +63,7 @@ X11 with the XTest extension (also known as the Xtst library)
事件: 事件:
xcb,xkb,libxkbcommon xcb, xkb, libxkbcommon
``` ```
##### Ubuntu: ##### Ubuntu:
@ -225,7 +225,7 @@ func main() {
- 更新 Find an image on screen, read pixels from an image - 更新 Find an image on screen, read pixels from an image
- 更新 Window Handle - 更新 Window Handle
- 支持 UTF-8 - 支持 UTF-8
- 尝试支持 Android,也许支持 IOS - 尝试支持 Android, 也许支持 IOS
- 移除 zlib/libpng 依赖 - 移除 zlib/libpng 依赖
## Donate ## Donate