Skip to content

Commit 52beb9e

Browse files
author
Walter
authored
Add autogen.sh in ARM Cross-compilation
autogen for the config files was missing.
1 parent d262789 commit 52beb9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/build-unix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ To build executables for ARM:
278278
cd depends
279279
make HOST=arm-linux-gnueabihf NO_QT=1
280280
cd ..
281+
./autogen.sh
281282
./configure --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
282283
make
283284

0 commit comments

Comments
 (0)