Commit 318a02e1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

orc now uses meson/ninja for builds

parent e5f39253
all: all:
tar xf orc-0.4.31.tar.gz tar xf orc-0.4.31.tar.gz
cd orc-0.4.31 && ./configure --prefix=/usr mkdir orc-0.4.31/build
$(MAKE) -C orc-0.4.31 cd orc-0.4.31/build && meson --prefix=/usr ..
-$(MAKE) -C orc-0.4.31 check cd orc-0.4.31/build && ninja
$(MAKE) -C orc-0.4.31 install cd orc-0.4.31/build && ninja test
cd orc-0.4.31/build && ninja install
rm -rf orc-0.4.31 rm -rf orc-0.4.31
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