Add autogen.sh in ARM Cross-compilation

autogen for the config files was missing.
This commit is contained in:
Walter 2018-09-20 13:57:29 +02:00 committed by GitHub
parent d26278988f
commit 52beb9ed88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ To build executables for ARM:
cd depends
make HOST=arm-linux-gnueabihf NO_QT=1
cd ..
./autogen.sh
./configure --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
make