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 +```