Hi: I will to build the bitcoin for windows in Ubuntu16.04 by used mingw.
this is my step(follow the build_windows.md):
1. sudo apt-get install g++-mingw-w64-x86-64 mingw-w64-x86-64-dev #(ok)
2. cd depends && make HOST=x86_64-w64-mingw32 #(ok)
3. cd ..
4 ./autogen.sh #(ok)
5 CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/ #(ok)
but in the last step
make
It's error.
./primitives/basicobject.h:11:30: fatal error: cjson/cJSON_Utils.h: No such file or directory
#include<cjson/cJSON_Utils.h>
how to load the cjson?
i have download the cjson source code . and
make && sudo make install
but it is invalid