Advertisement
Rochet2

cmakelog

Oct 10th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. rochet2@rochet2-VirtualBox:~/TrinityCore/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=~/TrinityCore/build/bin2/
  2. -- Detected 64-bit platform
  3. -- UNIX: Using jemalloc
  4. -- UNIX: Using default configuration directory
  5. -- UNIX: Using default library directory
  6. -- UNIX: Configuring uninstall target
  7. -- UNIX: Created uninstall target
  8. -- UNIX: Detected compiler: /usr/bin/cc
  9. -- GCC: Enabled c++11 support
  10. -- GCC: Enabled C99 support
  11. -- GCC: SFMT enabled, SSE2 flags forced
  12. -- GCC: Debug-flags set (-g3)
  13. -- Found OpenSSL library: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  14. -- Found OpenSSL headers: /usr/include
  15. -- Using mysql-config: /usr/bin/mysql_config
  16. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
  17. -- Found MySQL headers: /usr/include/mysql
  18. -- Found MySQL executable: /usr/bin/mysql
  19. -- Boost version: 1.54.0
  20. -- Found the following Boost libraries:
  21. -- system
  22. -- filesystem
  23. -- thread
  24. -- program_options
  25. -- iostreams
  26. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  27. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
  28. -- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so
  29. -- Include dir is: /usr/include
  30. -- Found git binary : /usr/bin/git
  31. * TrinityCore revision : fb882114e9a8 2015-10-09 10:30:28 +0300 (HEAD branch)
  32. * TrinityCore buildtype : Release
  33. * Install core to : /home/rochet2/TrinityCore/build/bin2
  34. * Install libraries to : /home/rochet2/TrinityCore/build/bin2/lib
  35. * Install configs to : /home/rochet2/TrinityCore/build/bin2/etc
  36. * Build world/auth : Yes (default)
  37. * Build with scripts : Yes (default)
  38. * Build map/vmap tools : No (default)
  39. * Build core w/PCH : Yes (default)
  40. * Build scripts w/PCH : Yes (default)
  41. * Show compile-warnings : No (default)
  42. * Use coreside debug : Yes
  43. * Show source tree : No (default)
  44. * Use GIT revision hash : Yes
  45. -- Using mysql-config: /usr/bin/mysql_config
  46. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
  47. -- Found MySQL headers: /usr/include/mysql
  48. -- Found MySQL executable: /usr/bin/mysql
  49. -- SCRIPT PREPARATIONS
  50. -> Prepared: Spells
  51. -> Prepared: Commands
  52. -> Prepared: Custom
  53. -> Prepared: World
  54. -> Prepared: Outdoor PVP Zones
  55. -> Prepared: Eastern Kingdoms
  56. -> Prepared: Kalimdor
  57. -> Prepared: Outland
  58. -> Prepared: Northrend
  59. -> Prepared: Events
  60. -> Prepared: Pet
  61. -- SCRIPT PREPARATION COMPLETE
  62. -- Configuring done
  63. -- Generating done
  64. -- Build files have been written to: /home/rochet2/TrinityCore/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement