File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,18 @@ For example:
12
12
13
13
make HOST=x86_64-w64-mingw32 -j4
14
14
15
- A prefix will be generated that's suitable for plugging into Bitcoin's
16
- configure. In the above example, a dir named x86_64-w64-mingw32 will be
15
+ ** Bitcoin's configure script by default will ignore the depends output.** In
16
+ order for it to pick up libraries, tools, and settings from the depends build,
17
+ you must point it at the appropriate ` --prefix ` directory generated by the
18
+ build. In the above example, a prefix dir named x86_64-w64-mingw32 will be
17
19
created. To use it for Bitcoin:
18
20
19
21
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
20
22
21
23
Common ` host-platform-triplets ` for cross compilation are:
22
24
25
+ - ` i686-pc-linux-gnu ` for Linux 32 bit
26
+ - ` x86_64-pc-linux-gnu ` for x86 Linux
23
27
- ` x86_64-w64-mingw32 ` for Win64
24
28
- ` x86_64-apple-darwin14 ` for macOS
25
29
- ` arm-linux-gnueabihf ` for Linux ARM 32 bit
You can’t perform that action at this time.
0 commit comments