# gcom **Repository Path**: lbit/gcom ## Basic Information - **Project Name**: gcom - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-16 - **Last Updated**: 2026-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows (MSVC) cmake -S . -B build -G "Visual Studio 17 2022" cmake --build build --config Release # Windows (MinGW GCC) cmake -S . -B build -G "MinGW Makefiles" cmake --build build -j # Linux/macOS (GCC/Clang) cmake -S . -B build cmake --build build -j