Jump to content
TrinityCore

Esserg

Plebs
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Esserg

  1. Anybody compile trinitycore with boosts on Debian?

    This is my Cmake errors.

    Cmake find boost library. but can't find 

              boost_system

              boost_thread
              boost_program_options.
    I find it - it's exist
     

     Boost version: 1.55.0

     
      Boost include path: /usr/local/include/boost
     
      Could not find the following Boost libraries:
     
              boost_system
              boost_thread
              boost_program_options
     
      No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
      directory containing Boost libraries or BOOST_ROOT to the location of
      Boost.
    Call Stack (most recent call first):
      cmake/macros/ConfigureBoost.cmake:28 (find_package)
      CMakeLists.txt:57 (include)
     

     

     

    Help me please.  Boost root folder lib is in /usr/local/include/boost

  2. Anybody trying compile Trinitycore in windows from command line VS 2013?

     
    build>msbuild TrinityCore.sln /p:configuration=Release /p:platform=win32
     
    What is missing or wrong, because this is doesn't work?
     
    Ou Sorry i find it:
    >msbuild TrinityCore.sln /t:ALL_BUILD /p:configuration=Release /p:platform=win32
×
×
  • Create New...