1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-05 20:55:47 +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 If you want to build directly from the git repository, you must first
generate the configure script and Makefile using autotools. There is generate the configure script and Makefile using autotools. Make
a convenience script that calls all tools in the correct order. Make
sure that autoconf, automake and libtool are installed on your system, sure that autoconf, automake and libtool are installed on your system,
then execute: then execute: