summaryrefslogtreecommitdiffstats
path: root/user
diff options
context:
space:
mode:
authorAlan Cudmore <alan.cudmore@gmail.com>2022-10-28 20:53:57 -0400
committerJoel Sherrill <joel@rtems.org>2022-10-29 11:33:13 -0500
commit6ed77a9a0e0a56536f7070f27851ff92fe558e95 (patch)
treec531be49d2bb3f2656df1683c0faca0d8d7a362f /user
parentuser/bsps: Update riscv for PolarFire SoC (diff)
downloadrtems-docs-6ed77a9a0e0a56536f7070f27851ff92fe558e95.tar.bz2
user: Add openSUSE host details
This patch adds details on the packages needed for the RTEMS source builder on openSUSE Leap 15.4 64 bit. The commands were tested on a new install with the RTEMS source builder master branch.
Diffstat (limited to 'user')
-rw-r--r--user/hosts/posix.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst
index 9769e07..d263247 100644
--- a/user/hosts/posix.rst
+++ b/user/hosts/posix.rst
@@ -179,8 +179,19 @@ than the usual zlib-dev):
openSUSE
~~~~~~~~
-This has been reported to work but no instructions were provided. This is an
-opportunity to contribute. Please submit any guidance you can provide.
+The RTEMS Source Builder has been tested on openSUSE Leap 15.4 64bit.
+Starting with a clean install with source repositories enabled, the following
+zypper command installs the required packages:
+
+.. code-block:: none
+
+ # sudo zypper in -t pattern devel_C_C++ devel_python3
+
+In addition, the following command can set python3 as the default python interpreter:
+
+.. code-block:: none
+
+ # sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
.. _FreeBSD: