# HG changeset patch
# User Tina Mueller <cpan2@tinita.de>
# Date 1559825579 -7200
#      Thu Jun 06 14:52:59 2019 +0200
# Node ID b8e3f9c6d8bf5dfa4abfa9df8430d92c8a417bde
# Parent  9d858d17320848158978c5cc4aaa7687537a205f
Add required packages to README

diff --git a/README b/README
--- a/README
+++ b/README
@@ -5,12 +5,22 @@
 $ 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'.