[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZoeQVYda-AZN6PYy@gpd>
Date: Fri, 5 Jul 2024 08:19:01 +0200
From: Andrea Righi <righi.andrea@...il.com>
To: Miguel Ojeda <ojeda@...nel.org>
Cc: Wedson Almeida Filho <wedsonaf@...il.com>,
Alex Gaynor <alex.gaynor@...il.com>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>,
Andreas Hindborg <a.hindborg@...sung.com>,
Alice Ryhl <aliceryhl@...gle.com>, rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org, patches@...ts.linux.dev,
Jan Alexander Steffens <heftig@...hlinux.org>,
Johannes Löthberg <johannes@...iasis.com>,
Fabian Grünbichler <debian@...ian.gruenbichler.email>,
Josh Stone <jistone@...hat.com>,
Randy Barlow <randy@...ctronsweatshop.com>,
Anna Figueiredo Gomes <navi@...l.dev>,
Matoro Mahri <matoro_gentoo@...oro.tk>,
Ryan Scheel <ryan.havvy@...il.com>, figsoda <figsoda@...me>,
Jörg Thalheim <joerg@...lheim.io>,
Theodore Ni <43ngvg@...qt.com>, Winter <nixos@...ter.cafe>,
William Brown <wbrown@...e.de>,
Xiaoguang Wang <xiaoguang.wang@...e.com>,
Zixing Liu <zixing.liu@...onical.com>,
Jonathan Corbet <corbet@....net>, workflows@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: Re: [PATCH 13/13] docs: rust: quick-start: add section on Linux
distributions
On Mon, Jul 01, 2024 at 08:36:23PM +0200, Miguel Ojeda wrote:
..
> +Debian
> +******
> +
> +Debian Unstable (Sid), outside of the freeze period, provides recent Rust
> +release and thus it should generally work out of the box, e.g.::
> +
> + apt install rustc rust-src bindgen rustfmt rust-clippy
This implicitly covers Ubuntu, since packages are sync'ed with Debian.
In addition to that Ubuntu also provides versioned packages (such as
rustc-1.74, bindgen-0.65, etc.), so in case of special requirements
(e.g., older kernels) users should be able to install the required
version(s) using the packages provided by the distro.
Maybe it's worth mentioning as a little note, so that users are aware of
these extra packages.
Thanks,
-Andrea
Powered by blists - more mailing lists