18 lines
148 B
Markdown
18 lines
148 B
Markdown
# Build
|
|
For MacOS:
|
|
|
|
```
|
|
make
|
|
```
|
|
For other platforms modify flags in the Makefile.
|
|
|
|
# FPS
|
|
```
|
|
make DFLAGS="-D FPS=30"
|
|
```
|
|
|
|
# Run
|
|
```
|
|
./pingpong
|
|
```
|