13 lines
158 B
Markdown
13 lines
158 B
Markdown
# exPKG
|
|
|
|
## useage
|
|
```bash
|
|
expkg /path/to/file.pkg|file.mpkg [output/path]
|
|
```
|
|
|
|
build
|
|
```bash
|
|
cmake -B build
|
|
cmake --build build --config Release -j8
|
|
```
|