From 4b101f74dead0293edb210b1264fdec20d4ed99d Mon Sep 17 00:00:00 2001 From: taynpg Date: Fri, 8 May 2026 10:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Languages/cpp/msys2.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Languages/cpp/msys2.txt diff --git a/Languages/cpp/msys2.txt b/Languages/cpp/msys2.txt new file mode 100644 index 0000000..2c64942 --- /dev/null +++ b/Languages/cpp/msys2.txt @@ -0,0 +1,13 @@ +常用库或者工具: +pacman -S mingw-w64-ucrt-x86_64-gcc +pacman -S mingw-w64-ucrt-x86_64-toolchain +pacman -S mingw-w64-ucrt-x86_64-boost +pacman -S mingw-w64-ucrt-x86_64-curl +pacman -S mingw-w64-ucrt-x86_64-openssl +pacman -S mingw-w64-ucrt-x86_64-opencv +pacman -S mingw-w64-ucrt-x86_64-sqlite3 +pacman -S mingw-w64-ucrt-x86_64-ffmpeg +高性能矩阵运算。 +pacman -S mingw-w64-ucrt-x86_64-eigen3 +更现代的图形/音频库,API 更友好。 +pacman -S mingw-w64-ucrt-x86_64-sfml \ No newline at end of file