mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Update INSTALL.md instructions
This commit is contained in:
parent
8e7b700c35
commit
86d2f681fa
14
INSTALL.md
14
INSTALL.md
@ -226,8 +226,8 @@ Skia.
|
|||||||
|
|
||||||
You can always check the
|
You can always check the
|
||||||
[official Skia instructions](https://skia.org/user/quick) and select
|
[official Skia instructions](https://skia.org/user/quick) and select
|
||||||
the OS you are building for. Aseprite uses the `chrome/m50` Skia
|
the OS you are building for. Aseprite uses the `aseprite-m53` Skia
|
||||||
branch, without GPU support.
|
branch from `https://github.com/aseprite/skia`.
|
||||||
|
|
||||||
## Skia on Windows
|
## Skia on Windows
|
||||||
|
|
||||||
@ -247,10 +247,9 @@ Then open a command line follow these steps (for VS2015):
|
|||||||
Just ignore it.)
|
Just ignore it.)
|
||||||
|
|
||||||
cd C:\deps
|
cd C:\deps
|
||||||
git clone https://skia.googlesource.com/skia
|
git clone https://github.com/aseprite/skia.git
|
||||||
cd skia
|
cd skia
|
||||||
git checkout chrome/m50
|
git checkout aseprite-m53
|
||||||
set GYP_DEFINES=skia_gpu=0
|
|
||||||
python bin/sync-and-gyp
|
python bin/sync-and-gyp
|
||||||
|
|
||||||
(The `bin/sync-and-gyp` will take some minutes because it downloads a
|
(The `bin/sync-and-gyp` will take some minutes because it downloads a
|
||||||
@ -271,11 +270,10 @@ several minutes to finish:
|
|||||||
mkdir $HOME/deps
|
mkdir $HOME/deps
|
||||||
cd $HOME/deps
|
cd $HOME/deps
|
||||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
git clone https://skia.googlesource.com/skia
|
git clone https://github.com/aseprite/skia.git
|
||||||
export PATH="${PWD}/depot_tools:${PATH}"
|
export PATH="${PWD}/depot_tools:${PATH}"
|
||||||
cd skia
|
cd skia
|
||||||
git checkout chrome/m50
|
git checkout aseprite-m53
|
||||||
export GYP_DEFINES='skia_gpu=0'
|
|
||||||
python bin/sync-and-gyp
|
python bin/sync-and-gyp
|
||||||
ninja -C out/Release dm
|
ninja -C out/Release dm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user