From 9c13fa337e2949d596322d14970492ba69bde859 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Sat, 6 May 2023 16:11:21 +0200 Subject: [PATCH] Add README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..83b1816 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Maintainer +---------- + +Download asix in the parent directory. + +```bash +mv asix.tgz asix-0.1.4.orig.tar.gz +cd asix-deb +debuild -us -uc +``` + +Compile against another distribution +------------------------------------ + +```bash +mk-sbuild --arch=amd64 --name=bionic bionic +debuild -S +sbuild -A -d bionic-amd64 ../asix_0.1.4-1.dsc +```