Browse Source

Added a note about broken toolchains on RPi4

I think that this information being visibly documented could save people a long debugging session or sad compile time.
android-patches
Martin Habovštiak 5 years ago
committed by Roman Zeyde
parent
commit
b1d0434d24
  1. 2
      doc/usage.md

2
doc/usage.md

@ -10,6 +10,8 @@ $ sudo apt update
$ sudo apt install clang cmake # for building 'rust-rocksdb' $ sudo apt install clang cmake # for building 'rust-rocksdb'
``` ```
Note for Raspberry Pi 4 owners: the old versions of OS/toolchains produce broken binaries. Make sure to use latest OS! (see #226)
## Build ## Build
First build should take ~20 minutes: First build should take ~20 minutes:

Loading…
Cancel
Save