Skip to content

Commit

Permalink
Add autogen.sh in ARM Cross-compilation
Browse files Browse the repository at this point in the history
autogen for the config files was missing.
  • Loading branch information
Walter authored Sep 20, 2018
1 parent d262789 commit 52beb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 52beb9e

Please sign in to comment.