Name: Anonymous 2017-02-28 11:05
Conditions:
A.The software X must not require the presence of C/C++ compiler on the system(GCC/LLVM/MSVC/TCC/etc) to successfully compile a new version.
B. If its interpreted or JIT compiled, its interpreter/JIT compiler must follow condition A.
C. It may link to C libraries supplied by OS and environment by default, but should not have internal dependencies on them.
A.The software X must not require the presence of C/C++ compiler on the system(GCC/LLVM/MSVC/TCC/etc) to successfully compile a new version.
B. If its interpreted or JIT compiled, its interpreter/JIT compiler must follow condition A.
C. It may link to C libraries supplied by OS and environment by default, but should not have internal dependencies on them.