File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 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
3131bundles [ see github issue] ( https://github.com/burtonageo/cargo-bundle/issues/77 ) .
3232As 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
3838cargo install cargo-bundle
3939cargo 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
You can’t perform that action at this time.
0 commit comments