Update build script

This commit is contained in:
2023-05-07 12:15:22 +02:00
parent 9c13fa337e
commit af38d52d98
4 changed files with 34 additions and 10 deletions

View File

@@ -1,12 +1,11 @@
Maintainer
----------
Download asix in the parent directory.
To build the package, download the asix sources in the root directory of this repository, and rename the file.
```bash
mv asix.tgz asix-0.1.4.orig.tar.gz
cd asix-deb
debuild -us -uc
mv asix.tgz asix_0.1.4.orig.tar.gz
./build-package.sh
```
Compile against another distribution
@@ -14,6 +13,7 @@ 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
./build-package.sh setup
cd asix
sbuild -d bionic-amd64
```