Files
motion/README.MacOSX
MrDave b5e71f7ac3 Webp Default to Off
The webp image format option is not available on older distributions
This commit revises the default for the webp to OFF.  Once the older
distributions reach EOL, the default can be changed back to ON.
2017-02-12 15:17:42 -07:00

31 lines
686 B
Plaintext

The motion port to macOS only supports network cameras.
It has been tested with macOS 10.12.0 (Sierra) with Xcode 8.0 but should
work with other versions.
First install homebrew:
http://brew.sh
Then:
brew install ffmpeg cmake pkg-config libjpeg
cmake .
make
For more about using cmake with motion please see:
https://github.com/Motion-Project/motion/wiki/cmake
Any questions please send it to motion mailing list:
https://lists.sourceforge.net/lists/listinfo/motion-user
If you find a bug please open an issue on github:
https://github.com/Motion-Project/motion/issues
If you have an improvement please submit a pull request:
https://github.com/Motion-Project/motion/pulls