An extremely minimal set of core utilities for UNIX-like systems. (runs on Linux and FreeBSD at the moment)
- GCC or Clang (any recent version should work)
- GNU make or Berkeley make (same as above)
Run make
to build all programs. To build a specific program,
run make <program>
. For example, to build 'ls', one would run make ls
.
Run make help
to see the list of all available targets.
ClaireUTILS is still in its early stages of development. It is prone to unnoticed bugs and such.
ClaireUTILS is licenced under the GNU GPLv3. See "LICENSE" for more information.