File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,6 @@ Our [stability guide] helps to judge how much churn can be expected when dependi
182
182
183
183
## Installation
184
184
185
- Note that on Fedora, perl needs to be installed for OpenSSL to build properly. This can be done with the following command:
186
- ` dnf install perl `
187
-
188
185
### Download a Binary Release
189
186
190
187
Using ` cargo quickinstall ` , one is able to fetch [ binary releases] [ releases ] . You can install it via ` cargo install cargo-quickinstall ` , assuming
@@ -220,6 +217,16 @@ The following installs the latest unpublished release directly from git:
220
217
cargo install --git https://github.com/Byron/gitoxide gitoxide
221
218
```
222
219
220
+ #### How to deal with build failures
221
+
222
+ On some platforms, installation may fail due to lack of tools required by ` C ` toolchains. This can generally be avoided by installation
223
+ with ` cargo install gitoxide --no-default-features --features small ` .
224
+
225
+ What follows is a list of known failures.
226
+
227
+ - On Fedora, ` perl ` needs to be installed for ` OpenSSL ` to build properly. This can be done with the following command:
228
+ ` dnf install perl ` (see [ this issue] ( https://github.com/Byron/gitoxide/issues/592 ) ).
229
+
223
230
[ releases] : https://github.com/Byron/gitoxide/releases
224
231
[ rustup ] : https://rustup.rs
225
232
You can’t perform that action at this time.
0 commit comments