From 9b8a88605985147a5a68b738eb7e21d1c14bc2c4 Mon Sep 17 00:00:00 2001 From: Dmitry Mikushin Date: Sat, 27 Feb 2021 22:10:22 +0100 Subject: [PATCH] Adding missing autoconf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02e48aff050b..103004f098f9 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ make -j12 && make install ``` git clone https://github.com/dmikushin/openssh-android cd openssh-android +autoconf mkdir build cd build LDFLAGS=-static CFLAGS="-D__ANDROID__ -O3 -fomit-frame-pointer -ffast-math" CC=$(pwd)/../../musl/install/bin/musl-gcc ../configure --prefix=$(pwd)/../install --host=arm-linux-gnueabi --without-zlib --without-openssl