8000 GitHub - aglowacki/bluecherry-apps: Bluecherry surveillance system (server application)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aglowacki/bluecherry-apps

 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 39.2%
  • C++ 29.5%
  • JavaScript 19.1%
  • Shell 4.5%
  • C 3.8%
  • CSS 3.4%
  • Other 0.5%
0