mirror of https://github.com/GNOME/gimp.git
build: proper libmypaint v1 development branch is now libmypaint-v1.5.x.
Development switched to this branch since v1.5.0 release.
This commit is contained in:
parent
0096e563f6
commit
afd2b81dbf
|
@ -42,7 +42,7 @@ cd ../..
|
|||
|
||||
# libmypaint
|
||||
|
||||
git clone --depth 1 --branch libmypaint-v1 https://github.com/mypaint/libmypaint.git && \
|
||||
git clone --depth 1 --branch libmypaint-v1.5.x https://github.com/mypaint/libmypaint.git && \
|
||||
mkdir libmypaint/_build && cd libmypaint/_build && \
|
||||
crossroad ../configure --enable-introspection=no && make install || exit 1
|
||||
cd ../..
|
||||
|
|
Loading…
Reference in New Issue