https://github.com/intelxed/xed/issues/new
git clone https://github.com/intelxed/xed.git xed
git clone https://github.com/intelxed/mbuild.git mbuild
cd xed
./mfile.py
然后从 obj 目录中获取 libxed.a/libxed.so(Linux)或 xed.lib(Windows)。 如需构建共享对象,请添加“ --shared”。 如果希望将头文件和库打包到“kits”目录下的 kit 中,请添加“ install”。 如果在 Windows 上,请在“./mfile.py”之前添加“C:/python3/python ”。
有两种选择:
./mfile.py examples
编译后的示例将位于 obj/examples 中。
./mfile.py install
cd kits
cd <whatever the kit is called>
cd examples
./mfile.py
更多信息请参阅源码构建文档。
担心库或二进制文件过大?有以下几种选择:
如需贡献,请: