# lbmath **Repository Path**: wujilingfeng/lbmath ## Basic Information - **Project Name**: lbmath - **Description**: 基础数学库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-11 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 基础数学库 #### COMPILER 本库使用xmake编译,在根目录执行 ```bash xmake f --toolchain=clang ``` ##### compile library and demo xmake for windows without IDE ```bash xmake f --demo=y --demo_path="Demo" xmake ``` xmake for windows mingw(假设你已配置好mingw) ```bash xmake f -p mingw --demo=y --demo_path="Demo" xmake ``` xmake for vsxmake ```bash xmake f --demo=y --demo_path="Demo" xmake project -k vsxmake ``` xmake for cmake(for mingw) ```bash xmake f -p mingw -a arm64 --demo=y --demo_path="Demo" xmake project -k cmake ``` xmake for vs ```bash xmake f --demo=y --demo_path="Demo" xmake project -k vs -m release ``` xmake for linux ```bash xmake f --demo=y --demo_path="Demo" xmake ``` ![Screenshot 2025-01-07 155446.png](D:\code\c++\lbmath\Screenshot%202025-01-07%20155446.png) ##### compile library only 你只需要将上述`--demo=y`替换为`--demo=n` ![FireShot Capture 002 - 通义tongyi.ai_你的全能AI助手-通义千问 - lxblog.com.png](D:\code\c++\lbmath\FireShot%20Capture%20002%20-%20通义tongyi.ai_你的全能AI助手-通义千问%20-%20lxblog.com.png)