添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
大鼻子的煎鸡蛋  ·  Java ...·  1 年前    · 
粗眉毛的蚂蚁  ·  mfc combobox get edit ...·  2 年前    · 
腹黑的刺猬  ·  PostgreSQL 定时任务 - 知乎·  2 年前    · 
很酷的回锅肉  ·  华为开发者论坛·  2 年前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm getting this when I make on Ubuntu 16.04:

[100%] Built target scriptdoc
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/share/emptyepsilon//resources
CMake Error at cmake_install.cmake:44 (file):
  file INSTALL cannot make directory
  "/usr/local/share/emptyepsilon//resources": No such file or directory
Makefile:104: recipe for target 'install' failed
make: *** [install] Error 1

Ideas? Suggestions?

We ended up stomping through this manually. Creating each folder as it would barf.

I think we were actually running the make as the user who was intended to run the application - thinking that the result might need some kind of permissions. Sounds like it would be easier to build as an administrator user.

Would a standard user still be able to run the game?

I think we just started out wrong and decided to bull our way through it with hamfisted stubbornness. Dad would be proud.

You should be able to build and run it as a standard user. To install, you have to have root (sudo) permissions.

You don't have to run make install. You can run the binary from the EmptyEpsilon folder if you want. This is how I run it. If you're using the _build or build folder, copy the EmptyEpsilon binary to the main EmptyEpsilon folder and run from there.