diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-30 11:02:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-30 11:02:07 +0200 |
commit | 9edbf8e2426f92c6cb24b3dec54a91a053b2522d (patch) | |
tree | ddc630b4621944396aaa7b500b54c4fb4fc3fa0b /community/gsoc/project_ideas | |
parent | beab2bff3e3c7a5f38e9c661a8b9644722bcd2cb (diff) |
Make sure to install cargo and rustfmt, for bootstraping
Diffstat (limited to 'community/gsoc/project_ideas')
-rw-r--r-- | community/gsoc/project_ideas/rust.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/gsoc/project_ideas/rust.mdwn b/community/gsoc/project_ideas/rust.mdwn index edbd7ca4..810e3a1a 100644 --- a/community/gsoc/project_ideas/rust.mdwn +++ b/community/gsoc/project_ideas/rust.mdwn @@ -108,6 +108,7 @@ And then run from `rust/` ./x build DESTDIR=/where/you/want ./x install + DESTDIR=/where/you/want ./x install cargo rustfmt Expect about 20GB disk usage and several hours duration. You also need quite some ram, 4GB may be needed. @@ -148,6 +149,7 @@ And then run from `rust/` ./x build --stage 0 compiler library ./x build --host i686-unknown-hurd-gnu --target i686-unknown-hurd-gnu compiler library cargo rustfmt DESTDIR=/where/you/want ./x install --host i686-unknown-hurd-gnu --target i686-unknown-hurd-gnu + DESTDIR=/where/you/want ./x install --host i686-unknown-hurd-gnu --target i686-unknown-hurd-gnu cargo rustfmt Expect about 25GB disk usage and several hours duration. You also need quite some ram, 4GB may be needed. Take care if you have many cores and threads, the |