Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikwidlund committed May 17, 2020
1 parent 8bba04b commit d600a4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Building from Git requires GNU Autotools (autoconf_, automake_, libtool_).

.. code-block:: shell
git clone https://github.com/fredrikwidlund/libdynamic
cd libdynamic
./autogen.sh
./configure
make install
Expand All @@ -45,6 +47,9 @@ Build from release

.. code-block:: shell
wget https://github.com/fredrikwidlund/libdynamic/releases/download/v2.0.0/libdynamic-2.0.0.tar.gz
tar fxz libdynamic-2.0.0.tar.gz
cd libdynamic-2.0.0
./configure
make install
Expand Down

0 comments on commit d600a4c

Please sign in to comment.