Changeset 68a44b2 in rtems-docs
- Timestamp:
- 01/25/23 00:08:09 (2 months ago)
- Branches:
- master
- Children:
- cb37524
- Parents:
- c4df72c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user/hosts/posix.rst
rc4df72c r68a44b2 138 138 ~~~~~~ 139 139 140 The latest version is Ubuntu 2 0.04.3LTS 64-bit. This section also includes140 The latest version is Ubuntu 22.04 LTS 64-bit. This section also includes 141 141 Xubuntu. A minimal installation was used and the following packages installed: 142 142 143 143 .. code-block:: none 144 144 145 $ sudo apt -get build-dep build-essential gcc-defaults g++ gdb unzip\146 p ax bison flex texinfo python3-dev libpython2-dev libncurses5-dev \147 zlib1g-dev148 149 Note that in previousversions of Ubuntu, the package libpython2-dev was145 $ sudo apt install build-essential g++ gdb unzip pax bison flex texinfo \ 146 python3-dev python-is-python3 libpython2-dev libncurses5-dev zlib1g-dev \ 147 ninja-build pkg-config 148 149 Note that in older versions of Ubuntu, the package libpython2-dev was 150 150 python2.7-dev. The name of packages changes over time. You need the 151 151 package with Python development libraries for C/C++ programs. The following
Note: See TracChangeset
for help on using the changeset viewer.