azerothcore-wotlk/bin/compiler
2016-07-10 17:16:57 +02:00
..
includes removed deprecated defines 2016-07-10 17:12:17 +02:00
1-clean.sh restructured repository based on following standards: 2016-07-08 23:58:11 +02:00
2-configure.sh restructured repository based on following standards: 2016-07-08 23:58:11 +02:00
3-build.sh restructured repository based on following standards: 2016-07-08 23:58:11 +02:00
config.sh.dist minor change on config.sh.dist 2016-07-10 17:16:57 +02:00
README.md readme for compiler scripts 2016-07-08 23:55:11 +02:00

How to compile:

first of all, if you need some custom configuration you have to copy and rename config.sh.dist in config.sh and configure it

  • for a "clean" compilation you must run all scripts in their order:

      ./1-clean.sh
      ./2-configure.sh
      ./3-build.sh
    
  • if you add/rename/delete some sources and you need to compile it you have to run:

      ./2-configure.sh
      ./3-build.sh
    
  • if you have modified code only, you just need to run

      ./3-build.sh
    

Note:

For an optimal development process and really faster compilation time, is suggested to use clang instead of gcc