YAD 0.0.1
THE TEXT INTERFACE IS NO LONGER USED.
This readme will be re-written at some unspecified date, but it currently is here to describe how to run YAD without installing it.
yad/ $ ./configure
yad/ $ make
(as per usual)
Now, to run it --
The environment variable YAD_MODULES needs to point to the full path of interface/.libs in the
root source folder.
For example, I (developer) would use
yad/ $ export YAD_MODULES="/home/dustin/c/yad/interface/.libs"
cd to src, and run ./yad with a map file (currently, neat.map is the test map, neat.map links to woot.map, and vice-versa.) src/ $ ./yad neat.map
Good luck! Please report any bugs on the SourceForge tracker, or directly to my e-mail address,
dustin.howett@gmail.com.
Thank you!
