manio / bluecherry-apps

Bluecherry surveillance system (server application)

Home Page:http://www.bluecherrydvr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building from source

Currently building from source requires running pre-configured scripts to generate some of the required files for a build. In the past we used chroots for build environments, however it is possible to build for your specific distributions using the following command:

In the root of bluecherry-apps run the following command.

scripts/build_pkg_native.sh

Example:

root@buildtest:~/git/bluecherry-apps# scripts/build_pkg_native.sh

Please do not use 'dh' specific commands, the scripts generate several files (version.h for example) and the Debian control files for you.

Dependencies (server):

  • mysql (debian: libmysqlclient-dev)
  • libbsd (debian: libbsd-dev)
  • php (debian: php5-dev)
  • udev (debian: libudev-dev)

Dependencies (libav):

  • yasm
  • alsa-lib (debian: libasound2-dev)

Bundled libraries:

  • libconfig
  • libav

About

Bluecherry surveillance system (server application)

http://www.bluecherrydvr.com

License:GNU General Public License v2.0


Languages

Language:TSQL 47.1%Language:PHP 20.7%Language:C++ 15.8%Language:JavaScript 10.0%Language:Shell 2.4%Language:C 2.0%Language:CSS 1.8%Language:Makefile 0.2%Language:Awk 0.0%