From 49340248510fa6d4711180a240d369a86819c1c4 Mon Sep 17 00:00:00 2001 From: Kimpe Andy Date: Wed, 31 Jan 2024 12:26:37 +0100 Subject: [PATCH] Create README.Debian --- debian/README.Debian | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/README.Debian diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 000000000..ce55f6f83 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,15 @@ +DeSmuME from CVS +---------------- +If you downloaded DeSmuME from the CVS, you may build the package by: +1) Making sure you are in DeSmuME toplevel directory (the one that contains + the configure.ac files). +2) Generating the autotools files: ./autogen.sh +3) Generating the build files: ./configure +4) Building the package: debuild -B + +If you get an error about a version mismatch: +1) Find out the current version reading the first lines of configure.ac . +2) Update the first line of debian/changelog . +3) Redo the procedure above. + + -- Pascal Giard Fri, 29 Jun 2007 05:20:22 -0400