floren / ching

4.4BSD's I Ching, slightly tweaked to be more friendly for modern Linux systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repackaging of the old I Ching program for Unix. While I distinctly remember seeing this in a Linux distribution's bsd-games package in the early 2000s, it does not seem to be in Debian any more. See https://ewe2.ninja/stuff/computers/ching/ for more information about the mysterious origins of "ching".

The source derives from https://github.com/weiss/original-bsd with minor changes to the build system and the installation location. It seems to work properly so I have not modified the code itself.

To install, run:

	make
	sudo make install

This will install the ching programs into /usr/local/games, the hexagrams and associated files into /usr/local/share/games/ching, and the man page into /usr/local/man/man6.

The manual page explains it in more detail, but basic usage is as follows:

	Run "ching". Type your question, then press Ctrl-D.

About

4.4BSD's I Ching, slightly tweaked to be more friendly for modern Linux systems

License:Other


Languages

Language:C 69.5%Language:Roff 22.4%Language:Makefile 4.2%Language:Shell 3.9%