Changeset 68a44b2 in rtems-docs


Ignore:
Timestamp:
01/25/23 00:08:09 (2 months ago)
Author:
Joel Sherrill <joel@…>
Branches:
master
Children:
cb37524
Parents:
c4df72c
Message:

user/hosts/posix.rst: Update Ubuntu instructions to 22.x

Closes #4821.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/hosts/posix.rst

    rc4df72c r68a44b2  
    138138~~~~~~
    139139
    140 The latest version is Ubuntu 20.04.3 LTS 64-bit. This section also includes
     140The latest version is Ubuntu 22.04 LTS 64-bit. This section also includes
    141141Xubuntu. A minimal installation was used and the following packages installed:
    142142
    143143.. code-block:: none
    144144
    145   $ sudo apt-get build-dep build-essential gcc-defaults g++ gdb unzip \
    146   pax bison flex texinfo python3-dev libpython2-dev libncurses5-dev \
    147   zlib1g-dev
    148 
    149 Note that in previous versions of Ubuntu, the package libpython2-dev was
     145  $ 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
     149Note that in older versions of Ubuntu, the package libpython2-dev was
    150150python2.7-dev. The name of packages changes over time. You need the
    151151package with Python development libraries for C/C++ programs. The following
Note: See TracChangeset for help on using the changeset viewer.