Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. ~/minetest$ sudo cmake . -DBUILD_CLIENT=0 -DBUILD_SERVER=1
  2. -- The C compiler identification is GNU 4.9.2
  3. -- The CXX compiler identification is GNU 4.9.2
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- *** Will build version 0.4.13 ***
  13. -- Found Irrlicht: /usr/lib/x86_64-linux-gnu/libIrrlicht.so
  14. -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so
  15. -- cURL support enabled.
  16. -- GetText disabled.
  17. -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.5.2")
  18. -- Freetype enabled.
  19. -- LuaJIT not found, using bundled Lua.
  20. -- Using GMP provided by system.
  21. -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmp.so
  22. -- LevelDB not found!
  23. -- Redis not found!
  24. -- Found SQLite3: /usr/lib/x86_64-linux-gnu/libsqlite3.so
  25. -- Using bundled JSONCPP library.
  26. -- SpatialIndex not found!
  27. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  28. -- Looking for include file endian.h
  29. -- Looking for include file endian.h - found
  30. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  31. -- Configuring done
  32. -- Generating done
  33. -- Build files have been written to: /home/minetest/minetest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement