[aseprite] 70/128: Fix cmake calls on Windows and Linux details
Tobias Hansen
thansen at moszumanska.debian.org
Mon May 9 21:24:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit bbfd036179fdb215cfd4afa2b7c67743b3a1f8f0
Author: David Capello <davidcapello at gmail.com>
Date: Wed Apr 27 00:51:32 2016 -0300
Fix cmake calls on Windows and Linux details
---
INSTALL.md | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index ef42779..a5ff755 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -144,11 +144,7 @@ with the following arguments:
cd aseprite
mkdir build
cd build
- cmake \
- -DUSE_ALLEG4_BACKEND=OFF \
- -DUSE_SKIA_BACKEND=ON \
- -DSKIA_DIR=C:\deps\skia \
- ..
+ cmake -DUSE_ALLEG4_BACKEND=OFF -DUSE_SKIA_BACKEND=ON -DSKIA_DIR=C:\deps\skia -G Ninja ..
ninja aseprite
In this case, `C:\deps\skia` is the directory where Skia was compiled
@@ -191,9 +187,7 @@ after a `ninja install` command. For example:
cd aseprite
mkdir build
cd build
- cmake \
- -DCMAKE_INSTALL_PREFIX=~/software \
- ..
+ cmake -DCMAKE_INSTALL_PREFIX=~/software -G Ninja ..
ninja aseprite
Then, you can invoke `ninja install` and it will copy the program in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git
More information about the Pkg-games-commits
mailing list