c编译动态库
参考 :https://github.com/FengliangChen/cxbot
#-I include -L libary
gcc -dynamiclib -o libopxls.dylib -I/usr/local/libxls/include -L/usr/local/libxls/lib -lxlsreader myxls.c
参考 :https://github.com/FengliangChen/cxbot
#-I include -L libary
gcc -dynamiclib -o libopxls.dylib -I/usr/local/libxls/include -L/usr/local/libxls/lib -lxlsreader myxls.c