Jump to content
TrinityCore

LihO

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by LihO

  1. I did everything the Wiki has directed me to do, and made sure i downloaded the full MySQL package, and when i compile, i get this.

    Please and thank you for any help you can give me. :)

    14>LINK : fatal error LNK1181: cannot open input file '..\game\Release\game.lib'
    
    15>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
    
    15>  Building Custom Rule C:/Trinity/CMakeLists.txt
    
    15>  CMake does not need to re-run because C:\Users\Dad\Desktop\Build\CMakeFiles\generate.stamp is up-to-date.
    
    ========== Build: 13 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

    from this we can see only that 2 projects failed and 1 of them was game project...

    ... copy errors or full output here

  2. One of the easiest way how to set up the MySQL database is by

    using Apache - PHPMyAdmin i mean... but you don't need to install

    all these programs one by one, you can download and install some

    "pack" of these...

    rly nice pack is XAMPP ( xml - apache - mysql - php ), that you can

    get here: http://www.apachefriends.org/en/xampp-windows.html

    ... so you just install this XAMPP and you don't need to install anything

    else, you are ready to work with MySQL databases by using Apache,

    programming in PHP by using Apache... XAMPP will make your life easier ;)

  3. download and install this (someone sent me link on IRC yesterday):

    http://gitextensions.googlecode.com/files/GitExtensions209SetupComplete.msi

    after installing create new folder, right click Git Extensions -> Clone

    Repository to clone: https://github.com/TrinityCore/TrinityCore.git

    hit clone button and wait...

    when you get the source you should already know what to do with it :)

    if you want to update that source, enter your folder, right click

    on TrinityCore subfolder -> Git Extensions -> Pull

    ... let there Remote: origin, just hit pull button, that's all

    LihO

    • Upvote 1
×
×
  • Create New...