Skip to content

Commit

Permalink
README: Add build guide
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Apr 14, 2018
1 parent 79cb461 commit 858083d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
build
sce_sys/kernel.skprx
sce_sys/user.suprx
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ base=/data/savegames
slot_format=%s/SLOT%d
```

## Development
Need VitaShell's [modules][];
install `kernel` and `user` and copy `kernel.skprx` and `user.suprx` into `sce_sys`
then you can build vpk.

```bash
mkdir build
cd build && cmake -GNinja .. && ninja`
```

## License
GPLv3

Expand All @@ -27,5 +37,6 @@ Project use these project's codes.
* [VitaShell][]
* [rinCheat][]
[modules]: https://github.com/TheOfficialFloW/VitaShell/tree/master/modules
[VitaShell]: https://github.com/TheOfficialFloW/VitaShell
[rinCheat]: https://github.com/Rinnegatamante/rinCheat

0 comments on commit 858083d

Please sign in to comment.