diff options
| author | jakob <jakob@memeware.net> | 2017-03-02 19:17:14 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-03-02 19:17:14 -0500 |
| commit | ed4c4e35658c9d2849ad6fde9c9a423323026a53 (patch) | |
| tree | 279671b1f8359438287fa613ad63b808a7163678 /README.md | |
| parent | 0e67a05edcc3ba01221a6bfd14750b5b8090887f (diff) | |
First alpha release of version 2.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,11 @@ Nekopack is free software, licensed under the [GNU General Public License.](http Compilation ----------- -Nekopack can be compiled by running `make` from the repository's root directory. +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. + +The test suite can be run with `make test` or `gmake test`. TODO |