Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 646 Bytes

README.adoc

File metadata and controls

20 lines (14 loc) · 646 Bytes

RUnit-user

Table of Contents

Why

RUnit is a product truly adherent to the KISS philosophy.
Unfortunately KISS not necessarily equals flexibility or configurability.
In fact RUnit presents some inflexibilities that makes it not suitable for user session usage as is.

Runit-user aims to solve these problems while keeping differences from the original as little as possible, with few exceptions.

Building

Clone this project in a directory in your system, cd into it, then run ./configure && make

To generate a release tarball: ./configure && make distarch