Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 921 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 921 Bytes

balance2

NOTE: I've moved this project. This is no longer being maintained on github. The up-to-date version is here

This is a complete redesign of the older Balance tool.

Now that I know what I'm doing in C, it's a hell of a lot more stable. No warnings, no segfaults, valgrind seal of approval.

Compiling

To compile:

$ make

By default, it will compile with colors turned off. This is for portability with terminals that don't understand ANSI color escapes, and would print something like [0;37;40mHello[0m otherwise.

To turn colors on, edit src/config.mk and change USE_COLOR, then run:

$ make

If it complains make: Nothing to be done for 'all'. or make: balance is up to date, then run:

$ make clean && make

Install / Uninstall

$ sudo make install
$ sudo make uninstall