1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-01 11:26:53 +03:00

build: update instructions for autoreconf (#847)

The "convenience script" talks about the "buildconf" file,
which is no longer recommended.
This commit is contained in:
Jakob Egger
2023-03-14 13:38:28 +01:00
committed by GitHub
parent 664239faa1
commit e96e96628b

View File

@ -11,8 +11,7 @@ When Building directly from Master
==================================
If you want to build directly from the git repository, you must first
generate the configure script and Makefile using autotools. There is
a convenience script that calls all tools in the correct order. Make
generate the configure script and Makefile using autotools. Make
sure that autoconf, automake and libtool are installed on your system,
then execute: