Commit 5fad41e5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Changed build system to meson

parent 9771b3c5
all: all:
tar xf libnice-0.1.18.tar.gz tar xf libnice-0.1.18.tar.gz
cd libnice-0.1.18 && ./configure --prefix=/usr --disable-static PACKAGE_STRING="Camera WebRTC stream" cd libnice-0.1.18 && mkdir build
$(MAKE) -C libnice-0.1.18 cd libnice-0.1.18/build && meson --prefix=/usr -Dbuildtype=release
$(MAKE) -C libnice-0.1.18 install cd libnice-0.1.18/build && ninja
-$(MAKE) -C libnice-0.1.18 check CK_TIMEOUT_MULTIPLIER=4 cd libnice-0.1.18/build && ninja test
cd libnice-0.1.18/build && ninja install
rm -rf libnice-0.1.18 rm -rf libnice-0.1.18
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment