Update README.md

This commit is contained in:
Dongdong Zhou 2022-01-04 15:13:57 +00:00 committed by GitHub
parent 3dd8367a76
commit a36eeaa330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -21,6 +21,23 @@ Lapce is written in pure Rust, with UI in [Druid](https://github.com/linebender/
* Plugin can be written in programming languages that can compile to [WASI](https://wasi.dev/) (C, Rust, [AssemblyScript](https://www.assemblyscript.org/))
* Built in terminal
## Build from source
### Install the Rust compiler with `rustup`
1. Install [`rustup.rs`](https://rustup.rs/).
### Dependencies
#### Ubuntu
```sh
sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev
```
### Building
```sh
cargo build --release
```
The exectuable will be available at `target/release/lapce`
## Feedback
* Chat on [Zulip](https://lapce.zulipchat.com)