-
Build and install libecs-cpp
-
Build and install LIEF
-
Build and install libthe-seed
cd libthe-seed
./autogen.sh
./configure
make
sudo make install
export PKG_CONFIG_PATH=/usr/x86_64-w64-mingw32/lib/pkgconfig/
cd libthe-seed
./autogen.sh
make distclean
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32
make
sudo make install
unset PKG_CONFIG_PATH