2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-08 16:14:12 +00:00

basic readme

This commit is contained in:
nginn 2015-12-24 03:23:08 +03:00
parent 16f44833f6
commit 03eaf60e85

View File

@ -1,6 +1,7 @@
To prepare your environment for building .deb package install instruments: <br>
`sudo apt-get install build-essential devscripts debhelper` <br>
<br>
<b>Important:</b> to build .deb package archive name must be in the format $(name)\_$(version).orig.tar.gz <br> and directory within it must be named as $(name)\_$(version)<br><br>
To build debian package from scratch: <br>
1) make working directory (basically with any name) near archive bench_0.92.orig.tar.gz: <br>
`mkdir build_dir` <br>