build project using xmake
by waruqi 2016-07-17 06:47:21 UTCMore by waruqi
bash-3.2$ xmake checking for the architecture ... x86_64 checking for the Xcode SDK version for macosx ... 10.13 note: try installing these packages (pass -y to skip confirm)? -> tboox.tbox v1.6.2 -> zlib 1.2.11 please input: y (y/n) => download https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.gz .. ok => download https://github.com/tboox/tbox/archive/v1.6.2.tar.gz .. ok => installing tboox.tbox-v1.6.2 .. ok => installing zlib-1.2.11 .. ok [00%]: ccache compiling.release src/main.c [100%]: linking.release console_c bash-3.2$
download and install package dependences01:13
by waruqi 2017-09-30 08:45:45 UTCchecking for the c include sys/epoll.h ... no checking for the c include string.h ... ok checking for the c function strcat ... ok checking for the links pcre ... no checking for the c function wcscat ... ok checking for the c include sys/sem.h ... ok checking for the c include sys/ipc.h ... ok checking for the c function semget ... ok checking for the c function getpagesize ... ok checking for the c function memcpy ... ok checking for the c function writev ... ok checking for the c function sqrtf ... ok checking for the c function wcsnlen ... ok checking for the c function semtimedop ... no checking for the c function pwrite64 ... no
build and package tbox using xmake07:57
by waruqi 2016-07-17 08:06:24 UTC[13%]: ccache compiling.release crc32.c [20%]: ccache compiling.release deflate.c [26%]: ccache compiling.release gzclose.c [33%]: ccache compiling.release gzlib.c [40%]: ccache compiling.release gzread.c [46%]: ccache compiling.release gzwrite.c [53%]: ccache compiling.release infback.c [60%]: ccache compiling.release inffast.c [66%]: ccache compiling.release inflate.c [73%]: ccache compiling.release inftrees.c [80%]: ccache compiling.release trees.c [86%]: ccache compiling.release uncompr.c [93%]: ccache compiling.release zutil.c [100%]: archiving.release libzlib-1.2.a bash-3.2$ cat xmake.lua