在 Ubuntu Linux 上编译 Aseprite 源代码时出错

在 Ubuntu Linux 上编译 Aseprite 源代码时出错

这是我尝试在 Ubuntu Linux 22.04 上编译 Aseprite 源代码时收到的错误代码:

cran@cran-MacBookPro:~/aseprite$ mkdir build
cran@cran-MacBookPro:~/aseprite$ cd build
cran@cran-MacBookPro:~/aseprite/build$ cmake -G Ninja -DLAF_BACKEND=skia
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


CMake Error: The source directory "/home/cran/aseprite/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

有什么办法可以修复此错误并让应用程序运行吗?任何帮助都将不胜感激。

相关内容