From 9edbf8e2426f92c6cb24b3dec54a91a053b2522d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 30 Aug 2023 11:02:07 +0200 Subject: Make sure to install cargo and rustfmt, for bootstraping --- community/gsoc/project_ideas/rust.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community/gsoc') 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 -- cgit v1.2.3