Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chiichen committed Nov 30, 2024
1 parent 1d40980 commit 7f4e4e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions libvnc-sys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## What's this

The raw bindings of [libvncserver](https://github.com/LibVNC/libvncserver) generated by `bindgen` automatically. Supports building from pkg-config (default) and source code (planned implementation)
The raw bindings of [libvncserver](https://github.com/LibVNC/libvncserver) generated by `bindgen` automatically. Supports building from pkg-config and source code (default)

## Quick Start

### Install libvncserver package
### Install libvncserver package (Optional)

- Ubuntu
```bash
```bash
sudo apt-get install libvncserver-dev
```

Expand Down
8 changes: 4 additions & 4 deletions libvnc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## What's this

[libvncserver](https://github.com/LibVNC/libvncserver) safe bindings for Rust. Although its name is libvncserver, it actually provides both server and client functions
Higher level safe bindings of [libvncserver](https://github.com/LibVNC/libvncserver) for Rust. Although its name is libvncserver, it actually provides both server and client

## Quick Start

`Build from source` is not implemented yet, so we need to install the pre-built libvncserver package.
We build libvncserver from source as default. If you want to use prebuilt package, you can install it by following the instructions below and enable feature `pkg`.

### Install libvncserver package
### Install libvncserver package (Optional)

- Ubuntu
```bash
```bash
sudo apt-get install libvncserver-dev
```

Expand Down

0 comments on commit 7f4e4e1

Please sign in to comment.