diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-10-25 15:22:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-10-25 15:22:44 +0200 |
commit | 8e2ed4c2a39ffc90872b598e854cef89e6d91151 (patch) | |
tree | 4ded68df6692db780d439ef5f7a82e9425721944 /README-alpha | |
parent | 45f06971a1803d7c84ffcaf6e53d47354266b3e1 (diff) | |
download | libtasn1-8e2ed4c2a39ffc90872b598e854cef89e6d91151.tar.gz libtasn1-8e2ed4c2a39ffc90872b598e854cef89e6d91151.tar.bz2 libtasn1-8e2ed4c2a39ffc90872b598e854cef89e6d91151.zip |
README-alpha: Mention make as dependency.
Diffstat (limited to 'README-alpha')
-rw-r--r-- | README-alpha | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README-alpha b/README-alpha index ddfbd27..85c4c61 100644 --- a/README-alpha +++ b/README-alpha @@ -3,6 +3,7 @@ wants to build from version controlled sources. We require several tools to build the software, including: +- Make <http://www.gnu.org/software/make/> - Automake <http://www.gnu.org/software/automake/> - Autoconf <http://www.gnu.org/software/autoconf/> - Libtool <http://www.gnu.org/software/libtool/> @@ -21,7 +22,7 @@ system, and the instructions for installing them differ. Here are some hints: gNewSense/Debian/Ubuntu: -sudo apt-get install git-core autoconf automake libtool +sudo apt-get install make git-core autoconf automake libtool sudo apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils sudo apt-get install help2man gtk-doc-tools valgrind |