Skip to content

Commit

Permalink
Add note about required libraries on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 20, 2021
1 parent faebeab commit 572d39e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Start by clicking "Use this template" at https://github.com/emilk/egui_template/

`cargo run --release`

On Linux you need to first run `sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev`.

### Compiling for the web

You can compile your app to [WASM](https://en.wikipedia.org/wiki/WebAssembly) and publish it as a web page. For this you need to set up some tools. There are a few simple scripts that help you with this:
Expand Down

0 comments on commit 572d39e

Please sign in to comment.