File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,17 @@ Currently [cargo bundle](https://github.com/burtonageo/cargo-bundle) only suppor
31
31
bundles [ see github issue] ( https://github.com/burtonageo/cargo-bundle/issues/77 ) .
32
32
As a work-around we can use [ cargo wix] ( https://github.com/volks73/cargo-wix ) to create a windows installer.
33
33
34
- #### Ubuntu
34
+ #### Debian & Ubuntu
35
35
36
36
``` sh
37
- sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
37
+ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libudev-dev
38
38
cargo install cargo-bundle
39
39
cargo bundle
40
40
```
41
- #### Debian
42
41
42
+ ### Fedora Rawhide
43
43
``` sh
44
- sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libudev-dev
45
- cargo install cargo-bundle
46
- cargo bundle
44
+ dnf install clang clang-devel clang-tools-extra libxkbcommon-devel pkg-config openssl-devel libxcb-devel gtk3-devel atk fontconfig-devel libusbx-devel
47
45
```
48
46
49
47
#### macOS
You can’t perform that action at this time.
0 commit comments