Home
Softono

Bluecherry

Open source PHP
272
Stars
79
Forks
144
Issues
16
Watchers
8 months
Last Commit

 About Bluecherry

Closed-circuit television (CCTV) software application which supports IP and Analog cameras.

Platforms

Web Self-hosted

Languages

PHP

Need Help Installing Bluecherry?

We provide expert installation service for this software. Our team will install, configure, and secure Bluecherry on your server. plans start at just $30.

Bluecherry

View on GitHub

Chat with us on Discord!

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