Skip to content

Commit 6b23a66

Browse files
committed
Deprecated ubuntu 18.04
1 parent 7b4dbd4 commit 6b23a66

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Instructions for PangolinViewer
1313
``Dockerfile.desktop`` can be used for easy installation.
1414
This chapter provides instructions on building and running examples with PangolinViewer support using Docker.
1515

16-
The instructions are tested on Ubuntu 18.04 and 20.04.
16+
The instructions are tested on Ubuntu 20.04.
1717
Docker for Mac are NOT supported due to OpenGL forwarding.
1818

1919
.. NOTE ::

docs/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Prerequisites for Unix
105105
Installing for Linux
106106
^^^^^^^^^^^^^^^^^^^^
107107

108-
Tested for **Ubuntu 18.04**.
108+
Tested for **Ubuntu 20.04**.
109109

110110
Install the dependencies via ``apt``.
111111

@@ -341,11 +341,11 @@ Download, build and install backward-cpp.
341341
| (**if you plan on using SocketViewer**)
342342
| Install Protobuf.
343343
344-
If you use Ubuntu 18.04 or macOS, Protobuf 3.x can be installed via ``apt`` or ``brew``.
344+
If you use Ubuntu 20.04 (or later) or macOS, Protobuf 3.x can be installed via ``apt`` or ``brew``.
345345

346346
.. code-block:: bash
347347
348-
# for Ubuntu 18.04 (or later)
348+
# for Ubuntu
349349
apt install -y libprotobuf-dev protobuf-compiler
350350
# for macOS
351351
brew install protobuf

docs/ros_package.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Installation
1212
Requirements
1313
^^^^^^^^^^^^
1414

15-
* `ROS <http://wiki.ros.org/>`_ : ``noetic`` is recommended. (If you have built OpenCV (3.3.1 or later) manually, you can use ``melodic`` or later.)
15+
* `ROS <http://wiki.ros.org/>`_ : ``noetic``
1616

1717
* :ref:`stella_vslam <chapter-installation>`
1818

@@ -25,7 +25,7 @@ Requirements
2525
Prerequisites
2626
^^^^^^^^^^^^^
2727

28-
Tested for **Ubuntu 18.04**.
28+
Tested for **Ubuntu 20.04**.
2929

3030
Please install the following dependencies.
3131

0 commit comments

Comments
 (0)