从源代码编译Aseprite.编译Skia库的问题 [英] Compiling Aseprite from source code. Problem with compiling skia library

查看:398
本文介绍了从源代码编译Aseprite.编译Skia库的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从github的源代码编译Aseprite. 当我在控制台中输入时:

Im trying to compile Aseprite from github's source code. When I type in console:

 gn gen out/Release --args="is_official_build=true skia_use_system_expat=false skia_use_system_libjpeg_turbo=false skia_use_system_libpng=false skia_use_system_libwebp=false skia_use_system_zlib=false target_cpu=""x64"" cc=""clang"" cxx=""clang++"" clang_win=""c:\deps\llvm"" win_vc=""G:\Visual Studio\VC"```

我收到一个错误:

错误只需要一个生成目录即可生成

ERROR Need exactly one build directory to generate

推荐答案

您在"末尾缺少两个引号:

You are missing two quotes at the end "" :

...Community\VC"""

查看: https://github.com/aseprite/aseprite/blob/master/INSTALL. md

这篇关于从源代码编译Aseprite.编译Skia库的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆