user space limitations implemented using the linux kernel, block devices, and loopback devices
This utility is only available for linux-based systems. Unix support is not being developed and will not be developed until loop devices or similar functionality is added.
- Compiling
- Installation
- use
- configuration
- FAQS
- Contributing
Boost-libs
- either Systemd or rc.d (both will be officially supported in the end)
The idea is to eventually have this available on mainstream distribution repo's but you will also be able to download release debs from github
apt install Cramped
It is suggested that you use gdebi
because it will also install all dependencies that are related to the package.
gdebi install Cramped-latest.deb
using yum
yum install Cramped
using rpm
rpm install Cramped-latest.deb
probably going to need to use AUR
this is still in the works atm
- download the source code from the github releases page, or clone the repo with
git clone https://github.com/alexm622/cramped
- see Compiling for compilation instructions
- use
make install
to install the package andmake uninstall
to uninstall the package