Lines Matching +full:mingw +full:- +full:w64 +full:-
4 libslirp-rs project that has been tightly integrated with `net_util`.
6 libslirp-rs depends on a bunch of libraries (libslirp and its dependencies).
20 pacman -S mingw-w64-x86_64-meson ninja git mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 mingw-w64-x8…
31 ninja -C build
37 [libglib-2.0-0.dll](https://packages.msys2.org/package/mingw-w64-x86_64-glib2) and glib inturn
38 depends on a few other libraries. On linux libglib-2.0-0.dll is not available as a dll with mingw
40 get them prebuilt from somewhere. Once you have those, create a file name `cross-compile` in
44 c = 'x86_64-w64-mingw32-gcc'
45 cpp = 'x86_64-w64-mingw32-g++'
46 ar = 'x86_64-w64-mingw32-ar'
47 strip = 'x86_64-w64-mingw32-strip'
48 pkgconfig = 'x86_64-w64-mingw32-pkg-config'
51 [built-in options]
52 pkg_config_path = ['/tmp/x86_64-w64-mingw32/lib/', '/tmp/x86_64-w64-mingw32/', '/tmp/mingw64/lib/pk…
64 meson build --cross-file=cross-compile
65 ninja -C build
68 Note: Above steps highly depends on how you have setup your cross-compiling environment.