mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-14 19:44:26 +01:00
doc: fix the command to cross-compile libgmp
This commit is contained in:
committed by
Rusty Russell
parent
59fa47bf64
commit
21afe1c0f4
@@ -296,7 +296,7 @@ Download and build gmp:
|
||||
wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
|
||||
tar xvf gmp-6.1.2.tar.xz
|
||||
cd gmp-6.1.2
|
||||
./configure --disable-assembly --prefix=$QEMU_LD_PREFIX
|
||||
./configure --disable-assembly --host=$target_host --prefix=$QEMU_LD_PREFIX
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user