Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. /temp7/minetest> cmake . -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1 -DENABLE_LEVELDB=1 -DENABLE_REDIS=1 -DIRRLICHT_INCLUDE_DIR=/usr/include/irrlicht -DIRRLICHT_LIBRARY=/usr/lib64/irrlicht
  2. -- *** Will build version 0.4.13-dev ***
  3. -- Found Irrlicht: /usr/lib64/irrlicht
  4. -- cURL support enabled.
  5. -- GetText enabled; locales found: hu;be;pt_BR;pl;ca;zh_TW;ja;zh_CN;et;ro;tr;jbo;uk;cs;pt;ko;id;he;eo;de;da;ky;fr;es;ru;lt;nb;nl;it
  6. -- Sound enabled.
  7. -- Freetype enabled.
  8. -- Using GMP provided by system.
  9. -- ncurses console enabled.
  10. -- LevelDB backend enabled.
  11. -- Redis backend enabled.
  12. -- Using bundled JSONCPP library.
  13. -- SpatialIndex AreaStore backend enabled.
  14. -- Configuring done
  15. WARNING: Target "minetest" requests linking to directory "/usr/lib64/irrlicht". Targets may link only to libraries. CMake is dropping the item.
  16. WARNING: Target "minetest" requests linking to directory "/usr/lib64/irrlicht". Targets may link only to libraries. CMake is dropping the item.
  17. WARNING: Target "cguittfont" requests linking to directory "/usr/lib64/irrlicht". Targets may link only to libraries. CMake is dropping the item.
  18. -- Generating done
  19. -- Build files have been written to: /home/ejm/temp7/minetest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement