xuguodong1999 / third_party

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Third party libraries for xgd's project

"dev" branch

  • Source codes are organized as git submodules.
  • Build scripts rewritten in cmake are put under ./cmake directory.
  • Patches for source codes are in ./patches/**.patch files.
  • Patch file need to be applied after recursive git clone, since submodules are origin repositories.

"main" branch

  • Only a minimal set of source files is kept.
  • Files ./patches/**.patch has already been applied.

Build status

Record compilers and cross-build platforms that work fine with newly written build script.

Windows Linux MacOS
msvc-14.38 _ _
gcc-11.4.0 _ _
apple-clang-15 _ _
ndk-26.1.10909125
emcc-3.1.51
mingw-gcc-11.2.0 ✓ (Qt bundled) ✓ (MXE) _

About


Languages

Language:C 60.1%Language:Java 23.6%Language:CMake 9.8%Language:C++ 2.8%Language:HTML 2.6%Language:Makefile 0.9%Language:Shell 0.1%Language:CSS 0.1%