diff options
| author | jakob <jakob@memeware.net> | 2017-05-09 18:53:41 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-05-09 18:53:41 -0400 |
| commit | b38a284ffc56e292b79610bbd94ebaf086fb4421 (patch) | |
| tree | d996496a0d00caed5b16b34dcecb91f8c5b64778 /README.md | |
| parent | 07347dcaa361607a924178eff787177e8cca6d68 (diff) | |
Began work on a 100%-compatible repacker
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,5 +1,4 @@ - -======== +#  ## Software programmed and maintained by [Jakob.](http://jakob.space/) Nekopack is a work-in-progress attempt at reverse engineering the archive format used by Nekopara. @@ -8,8 +7,7 @@ Please use this software responsibly. I chose to develop and release this becaus Nekopack is free software, licensed under the [GNU General Public License.](http://gnu.org/licenses/gpl.html) -Compilation ------------ +## Compilation Nekopack can be compiled on Linux by running `make` from the repository's root directory. *BSD users will have to install and run `gmake` to build Nekopack. @@ -17,7 +15,6 @@ Nekopack can be compiled on Linux by running `make` from the repository's root d The test suite is run with `make test` or `gmake test`, depending on your platform. -TODO ----- +## TODO * Full unit testing. * 100%-compatible repacker. |