Skip to content

Commit

Permalink
add:doc:Added minimum dependencies for Raspberry Pi OS (#1111)
Browse files Browse the repository at this point in the history
* Added minimum dependencies for Raspberry Pi OS

* astyle

* astyle
  • Loading branch information
OLFDB committed Apr 26, 2021
1 parent 6667a64 commit 8de0102
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/development/linux_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ Everything in one command:
g++ gpsd gpsd-clients libgps-dev libdbus-glib-1-dev freeglut3-dev libxft-dev \
libglib2.0-dev libfreeimage-dev gettext protobuf-c-compiler libprotobuf-c-dev
For Raspberry Pi OS:

.. code-block:: bash
sudo apt-get install cmake zlib1g-dev libpng-dev libgtk2.0-dev librsvg2-bin \
g++ gpsd gpsd-clients libgps-dev libdbus-glib-1-dev freeglut3-dev libxft-dev \
libglib2.0-dev libfreeimage-dev gettext protobuf-c-compiler libprotobuf-c-dev
Fedora dependencies
-------------------

Expand Down

0 comments on commit 8de0102

Please sign in to comment.