Update README.md

This commit is contained in:
Xuan Sang LE 2021-01-31 18:34:03 +01:00 committed by GitHub
parent e43886d044
commit 432be326ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Overview about wvnc: [https://blog.lxsang.me/post/id/23](https://blog.lxsang.me/
An [Antd HTTP/HTTPS server's](https://github.com/lxsang/ant-http) plugin that acts as a bridge between a VNC server and web applications. It allows web application to communicate with VNC server using web socket via a predefined protocol and message format. Web application can use my dedicate javascript library called [**wvnc.js**](https://github.com/lxsang/wvnc.js) to communicate with the VNC server using the plugin. An [Antd HTTP/HTTPS server's](https://github.com/lxsang/ant-http) plugin that acts as a bridge between a VNC server and web applications. It allows web application to communicate with VNC server using web socket via a predefined protocol and message format. Web application can use my dedicate javascript library called [**wvnc.js**](https://github.com/lxsang/wvnc.js) to communicate with the VNC server using the plugin.
To speed up the data transmission, **WVNC** uses **libjpeg** and **zlib** for data compression. To speed up the data transmission, **WVNC** uses **libjpeg** for image compression.
## Build from source ## Build from source
As **WVNC** is an **Antd's** plugin, the server need to be pre-installed: As **WVNC** is an **Antd's** plugin, the server need to be pre-installed:
@ -13,6 +13,7 @@ As **WVNC** is an **Antd's** plugin, the server need to be pre-installed:
* git * git
* make * make
* build-essential * build-essential
* ant-http (libantd.so)
### Plugin Dependencies ### Plugin Dependencies
@ -55,4 +56,4 @@ aclocal
autoconf autoconf
automake --add-missing automake --add-missing
make distcheck make distcheck
``` ```