Skip to content

Linux-Adaptation-Integrated-Toolkit/building-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

building-system

support parse dependence list of some building system like xmake and cmake, then using linux package manager tool to solve it.

compile

git clone https://github.com/Linux-Adaptation-Integrated-Toolkit/building-system.git
sudo apt install libcjson-dev build-essential
bash <(wget https://xmake.io/shget.text -O -)
cd building-system
xmake
#test
WALI_XMAKE_SCRIPT=. xmake run

there are three environment XMAKE_EXE, WALI_XMAKE and WALI_XMAKE_SCRIPT. WALI_XMAKE is the path of elf file of xmake,like /usr/bin/xmake, XMAKE_EXE is the path of elf of xmake set by original xmake if you install xmake by offical method, but if WALI_XMAKE and XMAKE_EXE are both exit, WALI_XMAKE will be valid.WALI_XMAKE_SCRIPT is the directory path of info.lua.

About

检索构建系统所缺依赖,并尝试自动修复。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors