Skip to content

🌺 Run many versions of programs and libraries together in Linux

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
LICENSE-GPL
LGPL-2.1
LICENSE-LGPL
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rashlight/lilium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lilium

a project to unify programs and libraries

About

The Lilium Project is a solution to run many versions of programs and libraries together.

Prerequisites

  • To run, any recently new Linux kernel will works, kernel version 3.6.0 and above.
  • Depending on the distribution, the kernel headers package is required for development. Consult your distribution's help for more information.

Installation

For normal usage, DKMS (Dynamic Kernel Module Support) configuration is included and is the recommended method:

git clone https://github.com/rashlight/lilium.git
cd lilium
sudo dkms add .
sudo dkms build lilium-module -v 1.0
sudo dkms install --force lilium-module -v 1.0

For development:

git clone https://github.com/rashlight/lilium.git
cd lilium
sudo make
sudo insmod lilium.ko

Legal

The LICENSE file contains more information about each part of the project's licenses.

About

🌺 Run many versions of programs and libraries together in Linux

Topics

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
LICENSE-GPL
LGPL-2.1
LICENSE-LGPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published