Skip to content

Commit 24a76f5

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5b338c7 + e32630f commit 24a76f5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,17 @@ Currently [cargo bundle](https://github.com/burtonageo/cargo-bundle) only suppor
3131
bundles [see github issue](https://github.com/burtonageo/cargo-bundle/issues/77).
3232
As a work-around we can use [cargo wix](https://github.com/volks73/cargo-wix) to create a windows installer.
3333

34-
#### Ubuntu
34+
#### Debian & Ubuntu
3535

3636
```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
3838
cargo install cargo-bundle
3939
cargo bundle
4040
```
41-
#### Debian
4241

42+
### Fedora Rawhide
4343
```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
4745
```
4846

4947
#### macOS

0 commit comments

Comments
 (0)