Commit 6d79fe4e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gupnp to 1.0.4 and added 1.2.1

parent c48395e9
all:
tar xf gupnp-1.0.3.tar.xz
cd gupnp-1.0.3 && ./configure --prefix=/usr --disable-static
$(MAKE) -C gupnp-1.0.3
$(MAKE) -C gupnp-1.0.3 check
$(MAKE) -C gupnp-1.0.3 install
rm -rf gupnp-1.0.3
tar xf gupnp-1.2.1.tar.xz
mkdir gupnp-1.2.1/build
cd gupnp-1.2.1/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-1.2.1/build && ninja
cd gupnp-1.2.1/build && ninja test
cd gupnp-1.2.1/build && ninja install
rm -rf gupnp-1.2.1
10:
tar xf gupnp-1.0.4.tar.gz
mkdir gupnp-gupnp-1.0.4/build
cd gupnp-gupnp-1.0.4/build && meson --prefix=/usr -Dvapi=false ..
cd gupnp-gupnp-1.0.4/build && ninja
cd gupnp-gupnp-1.0.4/build && ninja test
cd gupnp-gupnp-1.0.4/build && ninja install
rm -rf gupnp-gupnp-1.0.4
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