Skip to content

Commit

Permalink
Update user cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Oct 21, 2019
1 parent 69764c7 commit 42ed45e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/sphinx/building/user_cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Ubuntu 16.04 and later
.. code::
# for Roc
$ sudo apt-get install g++ pkg-config scons ragel gengetopt libuv1-dev libunwind-dev libpulse-dev libsox-dev libcpputest-dev
$ sudo apt-get install g++ pkg-config scons ragel gengetopt \
libuv1-dev libunwind-dev libpulse-dev libsox-dev libcpputest-dev
# for 3rd-parties
$ sudo apt-get install libtool intltool autoconf automake make cmake
Expand Down Expand Up @@ -68,7 +69,8 @@ Fedora 22 and later
.. code::
# for Roc
$ sudo dnf install gcc-c++ pkgconfig scons ragel gengetopt libuv-devel libunwind-devel pulseaudio-libs-devel sox-devel
$ sudo dnf install gcc-c++ pkgconfig scons ragel gengetopt \
libuv-devel libunwind-devel pulseaudio-libs-devel sox-devel
# for 3rd-parties
$ sudo dnf install libtool intltool autoconf automake make cmake
Expand Down Expand Up @@ -341,6 +343,10 @@ Android
Termux packages
---------------

.. warning::

Termux package for Roc may be outdated.

Install `Termux <https://termux.com/>`_ on your device and enter these commands:

.. code::
Expand Down

0 comments on commit 42ed45e

Please sign in to comment.