gst-perf icon indicating copy to clipboard operation
gst-perf copied to clipboard

MacOS build instruction

Open edwardnguyen1705 opened this issue 3 years ago • 0 comments
trafficstars

Dear authors, Thanks for sharing your great work, I want to install this plugin in MacOS, here is what I try

./autogen.sh
./configure --prefix /usr/ --libdir /usr/lib/
make
sudo make install

But I got this err:

Making install in plugins
make[2]: Nothing to be done for `install-exec-am'.
 /usr/local/bin/gmkdir -p '/usr/lib/gstreamer-1.0'
gmkdir: cannot create directory ‘/usr/lib/gstreamer-1.0’: Operation not permitted
make[2]: *** [install-pluginLTLIBRARIES] Error 1
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

Could you take a look? Thanks for your time.

edwardnguyen1705 avatar Aug 19 '22 02:08 edwardnguyen1705