Add README

This commit is contained in:
2023-05-06 16:11:21 +02:00
parent 1cb64e3aeb
commit 9c13fa337e

19
README.md Normal file
View File

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