projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd3f0a7
)
Do not generate .pyc file
author
Abhishek Chanda
<achanda@users.noreply.github.com>
Mon, 17 Aug 2015 07:18:34 +0000
(
00:18
-0700)
committer
Abhishek Chanda
<achanda@users.noreply.github.com>
Mon, 17 Aug 2015 07:18:34 +0000
(
00:18
-0700)
The -B switch turns off .pyc file generation
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 297bd21d6380503266bb90e1c3064b60a96bd816..f86c6a93a900a7a1532aa2cf0f0bdbbc7cf1bdd1 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-39,7
+39,7
@@
Cargo can then be compiled like many other standard unix-like projects:
git clone https://github.com/rust-lang/cargo
cd cargo
git submodule update --init
-python src/etc/install-deps.py
+python
-B
src/etc/install-deps.py
./configure --local-rust-root="$PWD"/rustc
make
make install