mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Add notes to CONTRIBUTING.md
.
This commit is contained in:
parent
52742b30ae
commit
4611df014e
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
# Contributing
|
||||
|
||||
On Linux, install the following packages:
|
||||
|
||||
```bash
|
||||
sudo apt install libgdk3.0-cil libatk1.0-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev
|
||||
```
|
||||
|
||||
Then run:
|
||||
|
||||
```bash
|
||||
cargo test --workspace --tests
|
||||
```
|
Loading…
Reference in a new issue