Changeset 6ed77a9 in rtems-docs
- Timestamp:
- 10/29/22 00:53:57 (7 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user/hosts/posix.rst
rc360e28 r6ed77a9 180 180 ~~~~~~~~ 181 181 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. 182 The RTEMS Source Builder has been tested on openSUSE Leap 15.4 64bit. 183 Starting with a clean install with source repositories enabled, the following 184 zypper command installs the required packages: 185 186 .. code-block:: none 187 188 # sudo zypper in -t pattern devel_C_C++ devel_python3 189 190 In 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 184 195 185 196 .. _FreeBSD:
Note: See TracChangeset
for help on using the changeset viewer.