Commit 7a00bbc0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf graphite2-1.3.13.tgz
cd graphite2-1.3.13 && sed -i '/cmptest/d' tests/CMakeLists.txt
cd graphite2-1.3.13 && mkdir build
cd graphite2-1.3.13/build && cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$(MAKE) -C graphite2-1.3.13/build
$(MAKE) -C graphite2-1.3.13/build test
$(MAKE) -C graphite2-1.3.13/build install
rm -rf graphite2-1.3.13
\ No newline at end of file
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