# Xqqyt_SignalServer **Repository Path**: mongodbw/Xqqyt_SignalServer ## Basic Information - **Project Name**: Xqqyt_SignalServer - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-09 - **Last Updated**: 2025-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Xqqyt_SignalServer ## How to build && run #### The dependences you need to install - boost - nlohmann #### install dependences ```bash sudo apt install libboost-all-dev sudo apt install nlohmann-json3-dev ``` #### Build & Run the Project ```bash cd Xqqyt_SignaleServer ``` Create a build directory: ```bash mkdir build cd build ``` Generate the build files with CMake: ```bash cmake .. ``` Compile the project: ```bash make -j$(nproc) ``` -j$(nproc) will automatically use all available CPU cores for faster compilation. Run the application: ```bash ./Xqqyt_SignaleServer ```