aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWalter <[email protected]>2018-09-20 13:57:29 +0200
committerGitHub <[email protected]>2018-09-20 13:57:29 +0200
commit52beb9ed8876e3129360197ac632c1b59f910c55 (patch)
treefdc4ada264d4a8af21212fe2e0e325d3cec39d76 /doc
parentMerge #13152: [rpc] Add getnodeaddresses RPC command (diff)
downloaddiscoin-52beb9ed8876e3129360197ac632c1b59f910c55.tar.xz
discoin-52beb9ed8876e3129360197ac632c1b59f910c55.zip
Add autogen.sh in ARM Cross-compilation
autogen for the config files was missing.
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index dfeb8ba26..3f8848abf 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