zombie-core-utils/README.md

17 lines
120 B
Markdown
Raw Normal View History

2021-09-09 18:24:55 -04:00
# zombie-core-utils
2021-09-19 11:59:59 -04:00
## Dependencies
```bash
yay -S nasm
```
2021-09-19 11:56:54 -04:00
## Build
```bash
mkdir build
cd build
cmake ..
make
```