From 99d39ff9fb9e7323e5380569ecbfe1022426b098 Mon Sep 17 00:00:00 2001 From: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:48:56 -0400 Subject: [PATCH 1/2] Update 01_install.md with source branch flag and minimum required OS For source installation updated from ```-b ign-gui<#>``` to ```-b gz-gui<#>```. Updated Ubuntu minimum required to Ubuntu 24.04 Noble. Signed-off-by: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> --- tutorials/01_install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index a8d7bfee0..d6a070415 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -60,7 +60,7 @@ Binary install is pending `gz-rendering` and `gz-gui` being added to conda-forge ## Source Install -### Ubuntu Focal 20.04 or above +### Ubuntu Noble 24.04 or above #### Install Prerequisites @@ -75,7 +75,7 @@ Add OSRF packages: Clone source code: ``` - # This checks out the default branch. You can append `-b ign-gui#` (replace # with a number) to checkout a specific version + # This checks out the default branch. You can append `-b gz-gui#` (replace # with a number) to checkout a specific version git clone http://github.com/gazebosim/gz-gui ``` @@ -161,7 +161,7 @@ Before [gz-rendering](https://github.com/gazebosim/gz-rendering) becomes availab 1. Navigate to where you would like to build the library, and clone the repository. ``` - # Optionally, append `-b ign-gui#` (replace # with a number) to check out a specific version + # Optionally, append `-b gz-gui#` (replace # with a number) to check out a specific version git clone https://github.com/gazebosim/gz-gui.git ``` From 3bc097b7391d2f7359ba4a6ed189b8c0c25bbbbe Mon Sep 17 00:00:00 2001 From: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:50:39 -0400 Subject: [PATCH 2/2] Update 01_install.md by fixing angular brackets Signed-off-by: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> --- tutorials/01_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index d6a070415..e07b83210 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -75,7 +75,7 @@ Add OSRF packages: Clone source code: ``` - # This checks out the default branch. You can append `-b gz-gui#` (replace # with a number) to checkout a specific version + # This checks out the default branch. You can append `-b gz-gui<#>` (replace # with a number) to checkout a specific version git clone http://github.com/gazebosim/gz-gui ```