Motion - Mac OSX

MacOSX

Motion now also supports MacOSX with similar feature set as FreeBSD but only supports network cameras at the moment.

Requirements

  • autoconf-2.57 or above.
  • make-3.79 or above.
  • This port has been made using some packages from Fink and DarwinPorts :
    • ffmpeg-0.4.8 from DarwinPorts ( but it needs to be patched ).
    • libjpeg-6b-16, libjpeg-shlibs-6b-16 from Fink

How to Install

      tar xfvz motion-3.2.4.tar.gz
      cd motion-3.2.4/

  • Get/Patch/Install ffmpeg, download the ffmpeg from sourceforge ( the same version used in Darwinports ).

      tar xfvz ffmpeg-0.4.8.tar.gz
      cd ffmpeg-0.4.8/
      patch -p1 < ../ffmpeg-0.4.8-macosx.patch
      ./configure --prefix=/path_to_install_ffmpeg ; make ; make install ; make installlib
       cd ..

  • Build & Install motion

      autoconf ; ./configure --with-ffmpeg=/path_where_you_installed_ffmpeg ; make

-- AngelCarpintero - 13 Dec 2005
Topic revision: r2 - 13 Dec 2005, AngelCarpintero
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Please do not email Kenneth for support questions (read why). Use the Support Requests page or join the Mailing List.
This website only use harmless session cookies. See Cookie Policy for details. By using this website you accept the use of these cookies.