Advertisement
Guest User

CMAKE

a guest
Dec 18th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. /home/wow/source/build# cmake ../tbc-source -DCMAKE_INSTALL_PREFIX=\../../run-tbc -DDEBUG=0
  2. -- The C compiler identification is GNU 6.2.1
  3. -- The CXX compiler identification is GNU 6.2.1
  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. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16.  
  17. -- This script builds the MaNGOS server.
  18. Options that can be used in order to configure the process:
  19. CMAKE_INSTALL_PREFIX Path where the server should be installed to
  20. PCH Use precompiled headers
  21. DEBUG Include additional debug-code in core
  22. WARNINGS Show all warnings during compile
  23. INCLUDE_BINDINGS_DIR Include a script library in src/bindings/ with the
  24. defined name. the name must corespond to the name of
  25. the folder and the folder must contain a valid
  26. CMakeLists.txt
  27. To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
  28. Also, you can specify the generator with -G. see 'cmake --help' for more details
  29. For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos
  30.  
  31. -- Detected 64-bit platform
  32. -- UNIX: Configuring uninstall target
  33. -- UNIX: Created uninstall target
  34. -- UNIX: Detected compiler: /usr/bin/cc
  35. -- Performing Test COMPILER_SUPPORTS_CXX11
  36. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  37. -- Performing Test COMPILER_SUPPORTS_CXX0X
  38. -- Performing Test COMPILER_SUPPORTS_CXX0X - Success
  39. -- GCC: SFMT enabled, SSE2 flags forced
  40. -- Found Git: /usr/bin/git (found version "2.10.2")
  41. -- cotire 1.7.6 loaded.
  42. -- Boost version: 1.62.0
  43. -- Found the following Boost libraries:
  44. -- system
  45. -- program_options
  46. -- thread
  47. -- Using mysql-config: /usr/bin/mysql_config
  48. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmariadbclient_r.so
  49. -- Found MySQL headers: /usr/include/mysql
  50. -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.0c")
  51. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  52. -- CMaNGOS-Core revision : 277e1362763dad25a5fb7bde26b4c062baed2d66
  53. -- Install server to : /home/wow/run-tbc
  54. -- Use PCH : No (default)
  55. -- Build in debug-mode : No (default)
  56. -- Build core : Yes (default)
  57. -- Build extractor : No (default)
  58. -- Build VMAP extractor : No (default)
  59. -- Build MMAP extractor : No (default)
  60.  
  61. -- Configuring done
  62. -- Generating done
  63. -- Build files have been written to: /home/wow/source/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement