docs: Fixing Ubuntu installation guide#9188
Conversation
…r to perform the setup of the timezone before getting dependencies
…ser make sure they have Rust 1.85+
| ```shell | ||
| sudo apt-get install -y cargo rustfmt protobuf-compiler | ||
| sudo apt install -y cargo rustfmt protobuf-compiler | ||
| source ~/.cargo/env |
There was a problem hiding this comment.
This should not be necessary when installing programs from apt since they are installed to paths already in PATH, right?
There was a problem hiding this comment.
yeah you're right, that slipped
| ``` | ||
|
|
||
| If you want to build the Rust plugins (cln-grpc, clnrest, cln-bip353 and wss-proxy): | ||
| If you want to build the Rust plugins (cln-grpc, clnrest, cln-bip353 and wss-proxy) make sure that you have Rust 1.85+ installed (included on Ubuntu 25.10 or higher): |
There was a problem hiding this comment.
I would still like a link to https://rustup.rs/ so users on ubuntu <25.10 know how to get it.
|
Sorry a few more things: Also the note for rustup is now duplicate but i like your's more. After all that please squash this into one commit. |
Does it make sense to place it in the previous block "For development or running tests"? |
|
No, because you need it build the rust plugin cln-grpc. |
|
then I'd add another line after "For ubuntu <25.10 [...]" saying to install protobuf-compiler since it's needed in any case |
…eparate command to make sure that the user installs it
Important
26.06 FREEZE April 30th: Non-bugfix PRs not ready by this date will wait for 26.09.
RC1 is scheduled on May 14th
The final release is scheduled for June 1st.
Checklist
Before submitting the PR, ensure the following tasks are completed. If an item is not applicable to your PR, please mark it as checked:
tools/lightning-downgradeChangelog-None
Description
Updating installation guide for Ubuntu. Main highlight: dropped support for versions <22.04.
Tested on docker images.