diff options
author | Walter <s.heinhuis@outlook.com> | 2018-09-20 13:57:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 13:57:29 +0200 |
commit | 52beb9ed8876e3129360197ac632c1b59f910c55 (patch) | |
tree | fdc4ada264d4a8af21212fe2e0e325d3cec39d76 | |
parent | d26278988fbfc71dc558f7b2c60a184e8091450b (diff) |
Add autogen.sh in ARM Cross-compilation
autogen for the config files was missing.
-rw-r--r-- | doc/build-unix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index dfeb8ba260..3f8848abf2 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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 |