Changeset 6ed77a9 in rtems-docs


Ignore:
Timestamp:
10/29/22 00:53:57 (7 months ago)
Author:
Alan Cudmore <alan.cudmore@…>
Branches:
master
Children:
c234a7b
Parents:
c360e28
git-author:
Alan Cudmore <alan.cudmore@…> (10/29/22 00:53:57)
git-committer:
Joel Sherrill <joel@…> (10/29/22 16:33:13)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/hosts/posix.rst

    rc360e28 r6ed77a9  
    180180~~~~~~~~
    181181
    182 This has been reported to work but no instructions were provided. This is an
    183 opportunity to contribute. Please submit any guidance you can provide.
     182The RTEMS Source Builder has been tested on openSUSE Leap 15.4 64bit.
     183Starting with a clean install with source repositories enabled, the following
     184zypper command installs the required packages:
     185
     186.. code-block:: none
     187
     188   # sudo zypper in -t pattern devel_C_C++ devel_python3
     189
     190In addition, the following command can set python3 as the default python interpreter:
     191
     192.. code-block:: none
     193
     194   # sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
    184195
    185196.. _FreeBSD:
Note: See TracChangeset for help on using the changeset viewer.