diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-12-23 15:58:31 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-23 17:31:27 -0800 |
commit | fefdaea916c5fd4aa55437d7db181f0a57ac002c (patch) | |
tree | 37b399920f2d28ad9c54041f2480ce42262bb9e1 /README | |
parent | 01cd79db7f52a373756ad9e5d8677a8d7e50ad73 (diff) |
Added binary deb build instructions to READMEv0.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,3 +6,10 @@ $ ./configure $ make The resulting binary will be created in src/ + +-- Creating binary deb package -- + +Rename working directory to PACKAGE-VERSION: something like "simple-snake-0.1" + +$ debmake -e EMAIL -f FULLNAME +$ dpkg-buildpackage -b |