Changeset df3f2a4 in rtems-docs


Ignore:
Timestamp:
11/16/18 22:31:40 (5 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
f067ba3
Parents:
11d977b
git-author:
Joel Sherrill <joel@…> (11/16/18 22:31:40)
git-committer:
Joel Sherrill <joel@…> (11/16/18 22:32:59)
Message:

users/host/posix.rst: Update Ubuntu instructions based on 18.04.1 LTS

Closes #3416.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/hosts/posix.rst

    r11d977b rdf3f2a4  
    108108~~~~~~
    109109
    110 The latest version is Ubuntu 16.04.1 LTS 64bit. This section also includes
     110The latest version is Ubuntu 18.04.1 LTS 64-bit. This section also includes
    111111Xubuntu. A minimal installation was used and the following packages installed::
    112112
    113     $ sudo apt-get build-dep binutils gcc g++ gdb unzip pax bison flex
    114     $ sudo apt-get install python2.7-dev git libncurses5-dev zlib1g-dev
     113    $ sudu apt-get build-dep gcc-defaults g++ gdb git unzip pax bison \
     114           flex libpython-dev git libncurses5-dev zlib1g-dev
     115   
     116Note that in previous versions of Ubuntu, the package libpython-dev was
     117python2.7-dev. The name of packages changes over time. You need the
     118package with Python development libraries for C/C++ programs.
     119
     120It is likely necessary that you will have to enable the Ubuntu Source Repositories.
     121Users have suggested the following web pages which have instructions:
     122
     123* https://askubuntu.com/questions/158871/how-do-i-enable-the-source-code-repositories/158872
     124* https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list
    115125
    116126.. _Linux Mint:
Note: See TracChangeset for help on using the changeset viewer.