-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9059001
commit 1052bf9
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,18 +128,22 @@ [email protected]:radumarias/encryptedfs.git | |
|
||
## Dependencies | ||
|
||
### Rust | ||
|
||
To build from source, you need to have Rust installed, you can see more details on how to install it [here](https://www.rust-lang.org/tools/install). | ||
```bash | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | ||
```` | ||
Accordingly, it is customary for Rust developers to include this directory in their `PATH` environment variable.\ | ||
Accordingly, it is customary for Rust developers to include this directory in their `PATH` environment variable. | ||
During installation `rustup` will attempt to configure the `PATH`. Because of differences between platforms, command shells, | ||
and bugs in `rustup`, the modifications to `PATH` may not take effect until the console is restarted, or the user is logged out, or it may not succeed at all. | ||
If, after installation, running `rustc --version` in the console fails, this is the most likely reason. | ||
In that case please add it to the `PATH` manually. | ||
### Other dependencies | ||
Also these deps are required (or based on your distribution): | ||
Arch | ||
|