From ad8eafa44c3517c73061ba1c044feeff1ebf58ec Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 11 Feb 2025 12:56:31 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E6=9B=B4=E6=96=B0readm=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f80b014..ece8057 100644 --- a/README.md +++ b/README.md @@ -88,5 +88,5 @@ cmake:`cmake -Bbuild -DCMAKE_BUILD_TYPE=Release`、`cmake --build build --conf ### 编译 -- 构建选项:`xmake f -p mingw -a i386 --boost=y` +- 构建选项:`xmake f -p mingw -a i386 --boost=y --xp=y` - 环境变量定义:`BOOST_HEADER_DIR`、`BOOST_LIB_DIR`、`BOOST_LIBS`。