mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
doc: fix the command to cross-compile libgmp
This commit is contained in:
parent
59fa47bf64
commit
21afe1c0f4
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ Download and build gmp:
|
||||||
wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
|
wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
|
||||||
tar xvf gmp-6.1.2.tar.xz
|
tar xvf gmp-6.1.2.tar.xz
|
||||||
cd gmp-6.1.2
|
cd gmp-6.1.2
|
||||||
./configure --disable-assembly --prefix=$QEMU_LD_PREFIX
|
./configure --disable-assembly --host=$target_host --prefix=$QEMU_LD_PREFIX
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue