summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTina Mueller <cpan2@tinita.de>2019-06-06 14:52:59 +0200
committerTina Mueller <cpan2@tinita.de>2019-06-06 14:52:59 +0200
commitfce35970037ab929f44cce7c0270d792377c244c (patch)
tree35b0c42bcd0afc22faa2d86038d2e615742f5597
parent690a781ef6af70ce6749d6e2be91743345123998 (diff)
downloadlibyaml-git-fce35970037ab929f44cce7c0270d792377c244c.tar.gz
Add required packages to README
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 0ac53e5..7f5cd7c 100644
--- a/README
+++ b/README
@@ -5,12 +5,22 @@ $ ./configure
$ make
# make install
+Required packages:
+- gcc
+- libool
+- make
+
If you checked the source code from the Git repository, run
$ ./bootstrap
$ ./configure
$ make
# make install
+Required packages:
+- autoconf
+- libool
+- make
+
For more information, check the LibYAML homepage:
'https://github.com/yaml/libyaml'.