From: Stephen Becker IV Date: Thu, 25 Feb 2016 05:27:27 +0000 (-0800) Subject: Add a note for the 32 bit flag X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=81d1be4923b3f5511c3b929c686c0b0de9326fb2;p=cargo.git Add a note for the 32 bit flag Per https://github.com/rust-lang/cargo/issues/1375 Just add a note around the python script flag --- diff --git a/README.md b/README.md index 1335573a6..ef520a14e 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ make install If, however, you have neither `rustc` nor `cargo` previously installed you can run: +Note: if building for 32 bit systems run `BIT=32 python -B ..` + ```sh python -B src/etc/install-deps.py ./configure --local-rust-root="$PWD"/rustc