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

Make it a release build

parent aa8d327d
all:
tar xf atk-2.36.0.tar.xz
mkdir atk-2.36.0/build
cd atk-2.36.0/build && meson --prefix=/usr ..
cd atk-2.36.0/build && meson --prefix=/usr --buildtype=release ..
cd atk-2.36.0/build && ninja
cd atk-2.36.0/build && ninja install
rm -rf atk-2.36.0
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