|
44 | 44 | ```sh |
45 | 45 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh |
46 | 46 | ``` |
| 47 | + (Do not forget to add the cargo bin directory to your PATH with `. "$HOME/.cargo/env"` command) |
47 | 48 | * [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) |
48 | 49 | * You can install git by running the following commands depending on your distribution: |
49 | 50 | Ubuntu : `sudo apt-get install git`, RedHat : `sudo yum install git`, ArchLinux : `sudo pacman -S git` |
50 | | -* [clang](https://clang.llvm.org/get_started.html) |
| 51 | +* [clang](https://clang.llvm.org/get_started.html) (or gcc, but clang is highly recommended) |
51 | 52 | * You can install clang by running the following commands depending on your distribution: |
52 | 53 | Ubuntu : `sudo apt-get install clang`, RedHat : `sudo yum install clang`, ArchLinux : `sudo pacman -S clang` |
53 | 54 |
|
| 55 | +Then the xtask installation will install the rest of the dependencies for you. |
54 | 56 |
|
55 | | -### How to install sr and chsr by building from source |
| 57 | +### Install from source |
56 | 58 |
|
57 | | - 1. `git clone <https://github.com/LeChatP/RootAsRole>` |
| 59 | + 1. `git clone https://github.com/LeChatP/RootAsRole` |
58 | 60 | 1. `cd RootAsRole` |
59 | 61 | 1. `cargo xtask install -bip sudo` |
60 | 62 |
|
61 | | -Or you can use deb or rpm packages and install them with apt or rpm commands. |
| 63 | + |
| 64 | +### Install from precompiled binaries |
| 65 | + |
| 66 | +You can download the precompiled binaries from the [release page](https://github.com/LeChatP/RootAsRole/releases). |
| 67 | + |
| 68 | +Then you can install the package with the following commands: |
62 | 69 |
|
63 | 70 | ```sh |
64 | 71 | sudo apt install rootasrole_3.0.0_amd64.deb |
@@ -176,16 +183,14 @@ This doesn't mean that earlier versions of these distributions are incompatible; |
176 | 183 |
|
177 | 184 | ## Contributors |
178 | 185 |
|
179 | | -Ahmad Samer Wazan : <[email protected]> |
| 186 | +Eddie Billoir : <[email protected]> |
| 187 | +
|
| 188 | +Ahmad Samer Wazan : <[email protected]> |
180 | 189 |
|
181 | 190 | |
182 | 191 |
|
183 | 192 | Guillaume Daumas : <[email protected]> |
184 | 193 |
|
185 | | -Eddie Billoir : <[email protected]> |
186 | | -
|
187 | | -Anderson Hemlee : <[email protected]> |
188 | | -
|
189 | 194 | Romain Laborde : <[email protected]> |
190 | 195 |
|
191 | 196 | ## About Logo |
|
0 commit comments