<div dir="ltr">Looked ok to me. I pushed it. <br><br><div>Thanks.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 28, 2022 at 7:54 PM Alan Cudmore <<a href="mailto:alan.cudmore@gmail.com">alan.cudmore@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This patch adds details on the packages needed for the RTEMS<br>
source builder on openSUSE Leap 15.4 64 bit. The commands<br>
were tested on a new install with the RTEMS source builder<br>
master branch.<br>
---<br>
 user/hosts/posix.rst | 15 +++++++++++++--<br>
 1 file changed, 13 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst<br>
index 9769e07..d263247 100644<br>
--- a/user/hosts/posix.rst<br>
+++ b/user/hosts/posix.rst<br>
@@ -179,8 +179,19 @@ than the usual zlib-dev):<br>
 openSUSE<br>
 ~~~~~~~~<br>
<br>
-This has been reported to work but no instructions were provided. This is an<br>
-opportunity to contribute. Please submit any guidance you can provide.<br>
+The RTEMS Source Builder has been tested on openSUSE Leap 15.4 64bit.<br>
+Starting with a clean install with source repositories enabled, the following<br>
+zypper command installs the required packages:<br>
+<br>
+.. code-block:: none<br>
+<br>
+   # sudo zypper in -t pattern devel_C_C++ devel_python3<br>
+<br>
+In addition, the following command can set python3 as the default python interpreter:<br>
+<br>
+.. code-block:: none<br>
+<br>
+   # sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1<br>
<br>
 .. _FreeBSD:<br>
<br>
-- <br>
2.34.1<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>