Add README
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal 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
|
||||||
|
```
|
Reference in New Issue
Block a user