mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
readme for compiler scripts
This commit is contained in:
24
bin/compiler/README.md
Normal file
24
bin/compiler/README.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
## 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
|
||||||
Reference in New Issue
Block a user