mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-07 08:02:56 +03:00
Add Instructions for building from Master (#249)
This commit is contained in:
committed by
Will Cosgrove
parent
7b07910b1c
commit
930bf09cb4
@@ -7,6 +7,22 @@ Software Foundation, Inc.
|
|||||||
This file is free documentation; the Free Software Foundation gives
|
This file is free documentation; the Free Software Foundation gives
|
||||||
unlimited permission to copy, distribute and modify it.
|
unlimited permission to copy, distribute and modify it.
|
||||||
|
|
||||||
|
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
|
||||||
|
sure that autoconf, automake and libtool are installed on your system,
|
||||||
|
then execute the following script:
|
||||||
|
|
||||||
|
./buildconf
|
||||||
|
|
||||||
|
After executing this script, you can build the project as usual:
|
||||||
|
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
|
||||||
Basic Installation
|
Basic Installation
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user