forked from cantyonion/LiveParise
first commit
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
## Live Parise
|
||||
|
||||
### How to build
|
||||
|
||||
```bash
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
cmake --build . --target main
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
./main [thread number] # default is 4
|
||||
```
|
||||
|
||||
### Modify
|
||||
|
||||
Set these vars to you need
|
||||
|
||||
```c
|
||||
const char SUBROOMID[] = ""; // at line 43 in main.c
|
||||
const char SS[] = "";
|
||||
```
|
||||
Reference in New Issue
Block a user