File tree Expand file tree Collapse file tree 2 files changed +406
-343
lines changed Expand file tree Collapse file tree 2 files changed +406
-343
lines changed Original file line number Diff line number Diff line change 1- RPM Package
1+ RPM package
22===============================================================================
33
4- To build an RPM run:
4+ To build an RPM package, run:
55```
66git archive --format tar ${VERSION} | gzip -9 > ${HOME}/rpmbuild/SOURCES/${VERSION}.tar.gz
77cp rpm/tarantool.ini ${HOME}/rpmbuild/SOURCES/
88rpmbuild -bb rpm/php-tarantool.spec
99```
10- When the build ends you'll find an RPM in ` ${HOME}/rpmbuild/(x86_64|i386)/ `
11- Current ` ${VERSION} ` is ` 0.0.5 `
1210
13- DEBIAN Package
11+ When the build is completed, you'll find an RPM package in ` ${HOME}/rpmbuild/(x86_64|i386)/ ` .
12+ The current ` ${VERSION} ` is ` 0.0.5 ` .
13+
14+ DEBIAN package
1415===============================================================================
16+
1517To build a DEB package, run ` fakeroot debian/rules binary ` in the root.
1618
17- PECL Package
19+ PECL package
1820===============================================================================
19- You must have PEAR/PECL Installed in your system, and then ` pear package ` in the root
21+
22+ You must have PEAR/PECL installed in your system.
23+
24+ To build a PECL package, run ` pear package ` in the root.
You can’t perform that action at this time.
0 commit comments