Skip to content

Files

Latest commit

 

History

History
19 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 651 Bytes

Linux

libLSI

Core library of functions and configuration for the Linux Software Installer system from AltimatOS.

To install, run the following commands:

git clone git@github.com:AltimatOS/libLSI
cd libLSI
make test
sudo make install

Note, the tools for AltimatOS do not conform to the traditional Linux FHS layout. Most tools are installed in /System, and notably use /System/cfg instead of /etc. While /etc exists as a symbolic link to /System/cfg, this is mostly for compatibility with software originally designed for GNU and other Unix-like systems.