wget-android icon indicating copy to clipboard operation
wget-android copied to clipboard

I can not compile

Open ghost opened this issue 8 years ago • 4 comments

I'm trying to compile your code `[ root#: wget] ./bootstrap ./bootstrap: Error: 'autoconf' not found ./bootstrap: Error: 'automake' not found ./bootstrap: Error: 'autopoint' not found ./bootstrap: Error: 'makeinfo' not found

./bootstrap: Please install the prerequisite programs` Why no INSTALL a file?

ghost avatar Feb 19 '17 02:02 ghost

Use script android/build.sh to build Android binaries. You will also need NDK installed.

On Sun, Feb 19, 2017 at 4:28 AM, GARILLAZZZ [email protected] wrote:

I'm trying to compile your code `[ root#: wget] ./bootstrap ./bootstrap: Error: 'autoconf' not found ./bootstrap: Error: 'automake' not found ./bootstrap: Error: 'autopoint' not found ./bootstrap: Error: 'makeinfo' not found

./bootstrap: Please install the prerequisite programs` Why no INSTALL a file?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/wget-android/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewC801OCL5tQooSCW7jj0gYlUYt1gks5rd6jRgaJpZM4MFVX2 .

pelya avatar Feb 19 '17 21:02 pelya

You will also need NDK installed.

It takes a lot of space, and I have no way to download it.

ghost avatar Feb 21 '17 14:02 ghost

Then just use precompiled binaries inside android directory

On Feb 21, 2017 4:35 PM, "GARILLAZZZ" [email protected] wrote:

You will also need NDK installed. It takes a lot of space, and I have no way to download it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pelya/wget-android/issues/1#issuecomment-281361211, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewFHjYace-4_gtU9K7CKlaebjx_Y3ks5revYzgaJpZM4MFVX2 .

pelya avatar Feb 21 '17 16:02 pelya

All the problem is solved. I downloaded the binary GNU Wget 1.13.4 built on eabi.

ghost avatar Feb 24 '17 17:02 ghost