Skip to content

Commit 81d1be4

Browse files
committed
Add a note for the 32 bit flag
Per #1375 Just add a note around the python script flag
1 parent 93fb4c0 commit 81d1be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ make install
5656
If, however, you have neither `rustc` nor `cargo` previously installed you can
5757
run:
5858

59+
Note: if building for 32 bit systems run `BIT=32 python -B ..`
60+
5961
```sh
6062
python -B src/etc/install-deps.py
6163
./configure --local-rust-root="$PWD"/rustc

0 commit comments

Comments
 (0)