Browse Source

debuild -b параметр для сборки DEB пакета

https://github.com/PurpleI2P/i2pd/issues/847
pull/1/head
R4SAS 7 years ago committed by GitHub
parent
commit
f8ad69f497
  1. 2
      docs/build_notes_unix.md

2
docs/build_notes_unix.md

@ -59,7 +59,7 @@ sudo apt-get install libminiupnpc-dev @@ -59,7 +59,7 @@ sudo apt-get install libminiupnpc-dev
```bash
sudo apt-get install fakeroot devscripts
cd i2pd
debuild --no-tgz-check
debuild --no-tgz-check -b
```
Fedora/Centos

Loading…
Cancel
Save