
交叉编译
文章平均质量分 62
1. 以 Linux 系统为 host 的交叉编译。
2. Linux 与 Windows 平台交叉编译。
摸鱼吧
Windows SDK / Linux / Windows内核通用驱动研发与逆向调试。
Rust 开发.
展开
-
跨平台的 C/C++ 库管理工具 vcpkg
vcpkg.exe Vcpkg 可帮助您在 Windows、 Linux 和 MacOS 上管理 C 和 C++ 库 。 避免 编译一个库需要安装各种工具,从而避免 Windows下复杂的编译步骤 。 安装编译后,在 C:\src\vcpkg\vcpkg-2021.05.12\installed 目录下包含: x86-windows-static x64-windows-static 一. 常用命令 1. 搜索可被编译的包 C:>vcpkg.exe search | findstr "prot原创 2021-10-07 11:28:32 · 807 阅读 · 0 评论 -
vlc dll 编译 MinGW on Linux
MinGW on Linux 在 Linux 上编译 DLL 。 1. 交叉编译工具链构建 (Compiler and binary toolchain ) i686-w64-mingw32 for Windows 32-bits, using the Mingw-w64 toolchain x86_64-w64-mingw32 for Windows 64-bits, using the Mingw-w64 toolchain 编译 32位 VLC $ sudo apt-get install gcc原创 2021-06-16 21:15:37 · 498 阅读 · 1 评论