Compiling Aseprite from source code. Problem with compiling skia library

ε祈祈猫儿з 提交于 2019-12-13 03:46:51

问题


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"```

I get an error:

ERROR Need exactly one build directory to generate


回答1:


You are missing two quotes at the end "" :

...Community\VC"""

SEE: https://github.com/aseprite/aseprite/blob/master/INSTALL.md



来源:https://stackoverflow.com/questions/56826735/compiling-aseprite-from-source-code-problem-with-compiling-skia-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!