Guest User

Untitled

a guest
Aug 29th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ~/minetest# cmake . -DBUILD_CLIENT=0 -DBUILD_SERVER=1
  2. -- *** Will build version 0.4.13 ***
  3. -- Could NOT find Irrlicht (missing: IRRLICHT_LIBRARY IRRLICHT_INCLUDE_DIR)
  4. -- cURL support enabled.
  5. -- GetText disabled.
  6. -- Freetype enabled.
  7. -- LuaJIT not found, using bundled Lua.
  8. -- Using GMP provided by system.
  9. -- LevelDB not found!
  10. -- Redis not found!
  11. -- Using bundled JSONCPP library.
  12. -- SpatialIndex not found!
  13. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  14. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  15. Please set them or make sure they are set and tested correctly in the CMake files:
  16. IRRLICHT_INCLUDE_DIR (ADVANCED)
  17. used as include directory in directory /root/minetest/src
  18. used as include directory in directory /root/minetest/src
  19.  
  20. -- Configuring incomplete, errors occurred!
  21. See also "/root/minetest/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment