This repository has been archived on 2025-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LiveParise/README.md
2024-09-08 19:28:12 +08:00

296 B

Live Parise

How to build

mkdir build && cd build
cmake ..
cmake --build . --target main

Usage

./main [thread number] # default is 4

Modify

Set these vars to you need

const char SUBROOMID[] = ""; // at line 43 in main.c
const char SS[] = "";