typo
This commit is contained in:
parent
6c136200ce
commit
d1351f4c32
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ applications screen and tap on the PbDbFixer icon.
|
||||||
## Build
|
## Build
|
||||||
To be able to build PbDbFixer, you have to have the cross compiler for
|
To be able to build PbDbFixer, you have to have the cross compiler for
|
||||||
ARM CPUs installed. On Arch Linux, the AUR package `arm-linux-gnueabi-gcc75-linaro-bin`
|
ARM CPUs installed. On Arch Linux, the AUR package `arm-linux-gnueabi-gcc75-linaro-bin`
|
||||||
does the job. Don't forget tell `cargo` which compiler/linker it has to
|
does the job. Don't forget to tell `cargo` which compiler/linker it has to
|
||||||
invoke. In my case, I hat to edit `~/.cargo/config`:
|
invoke. In my case, I hat to edit `~/.cargo/config`:
|
||||||
```
|
```
|
||||||
[target.arm-unknown-linux-gnueabi]
|
[target.arm-unknown-linux-gnueabi]
|
||||||
|
|
Loading…
Reference in a new issue