GLConsole的编译和使用

1、在CVars文件中搜索tinyxml,去掉所有tinyxml的编译选项

2、Add the following line to the "CMakeLists.txt" file: set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

3、去掉Trie中和tinyxml有关的代码

4、编译为lib和dll

5、Timestamp.h中有问题,使用的时候编译会出错,加上#include <cvars/config.h>即可