From 958a352f50ce5b57c6559f13fd71f895e28593b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gonz=C3=A1lez=20Moreno?= Date: Tue, 18 Mar 2025 15:56:36 +0100 Subject: [PATCH] Refs #22857. Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo González Moreno --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da984ec33..3cef543c4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The online documentation generated with this project can be found in [Fast DDS d ## Installation Guide -The following guide has been developed and tested in Ubuntu 20.04. +The following guide has been developed and tested in Ubuntu 24.04. It covers two mechanisms for build and testing the documentation (colcon and CMake), and one that just generates the HTML, which can be used to simulate the process followed in ReadTheDocs. Contributors are asked to not only generate the HTML, but to also build and test their changes locally following one of the two first methods. @@ -73,6 +73,7 @@ sudo apt install -y \ python3-pip \ python3-venv \ imagemagick \ + aspell-en \ libenchant-2-2 \ plantuml ```