Making

cd swcdb; 

Building

Parallel build is supported

make -j8;

Installing

make install;

Packaging

SWCDB_BUILD_VERSION suggested format [#.#.#.RelaseType.ARCH]

.tar.xz

cd /opt/swcdb/;
XZ_OPT=-e9 tar -cJf ../swcdb-{SWCDB_BUILD_VERSION}.tar.xz .;