mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-15 21:40:34 +00:00
Fix cmake calls on Windows and Linux details
This commit is contained in:
parent
902d30c45f
commit
bbfd036179
10
INSTALL.md
10
INSTALL.md
@ -144,11 +144,7 @@ with the following arguments:
|
|||||||
cd aseprite
|
cd aseprite
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake \
|
cmake -DUSE_ALLEG4_BACKEND=OFF -DUSE_SKIA_BACKEND=ON -DSKIA_DIR=C:\deps\skia -G Ninja ..
|
||||||
-DUSE_ALLEG4_BACKEND=OFF \
|
|
||||||
-DUSE_SKIA_BACKEND=ON \
|
|
||||||
-DSKIA_DIR=C:\deps\skia \
|
|
||||||
..
|
|
||||||
ninja aseprite
|
ninja aseprite
|
||||||
|
|
||||||
In this case, `C:\deps\skia` is the directory where Skia was compiled
|
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
|
cd aseprite
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake \
|
cmake -DCMAKE_INSTALL_PREFIX=~/software -G Ninja ..
|
||||||
-DCMAKE_INSTALL_PREFIX=~/software \
|
|
||||||
..
|
|
||||||
ninja aseprite
|
ninja aseprite
|
||||||
|
|
||||||
Then, you can invoke `ninja install` and it will copy the program in
|
Then, you can invoke `ninja install` and it will copy the program in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user