Commit b949dcb1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf gmmlib-22.8.1.tar.gz
mkdir -p gmmlib-22.8.1/build
cd gmmlib-22.8.1/build && cmake -D CMAKE_INSTALL_PREFIX=/usr -D BUILD_TYPE=Release -G Ninja -W no-dev ..
cd gmmlib-22.8.1/build && ninja
cd gmmlib-22.8.1/build && ninja install
rm -rf gmmlib-22.8.1
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