From fefdaea916c5fd4aa55437d7db181f0a57ac002c Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 23 Dec 2022 15:58:31 -0800 Subject: Added binary deb build instructions to README --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index f1f9b2e..504f8c2 100644 --- a/README +++ b/README @@ -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 -- cgit