Skip to content

Commit d600a4c

Browse files
Update README.rst
1 parent 8bba04b commit d600a4c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Building from Git requires GNU Autotools (autoconf_, automake_, libtool_).
3636

3737
.. code-block:: shell
3838
39+
git clone https://github.com/fredrikwidlund/libdynamic
40+
cd libdynamic
3941
./autogen.sh
4042
./configure
4143
make install
@@ -45,6 +47,9 @@ Build from release
4547

4648
.. code-block:: shell
4749
50+
wget https://github.com/fredrikwidlund/libdynamic/releases/download/v2.0.0/libdynamic-2.0.0.tar.gz
51+
tar fxz libdynamic-2.0.0.tar.gz
52+
cd libdynamic-2.0.0
4853
./configure
4954
make install
5055

0 commit comments

Comments
 (0)