mirror of https://github.com/lapce/lapce.git
Update README.md
This commit is contained in:
parent
3dd8367a76
commit
a36eeaa330
17
README.md
17
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue