1.0 Configuring 
###############
		./configure 

You may disable threads support by adding '--disable-threads'
i.e: "./configure --disable-threads".

You may force using the getline library instead of readline by
disabling readline using '--disable-readline':
i.e.: "./configure --disable-readline".


1.1 Compiling
#############
		make clean
		make

1.2 Installing [optional]
#########################

		as root, execute 'make install'

For more information refer to the documentation section in ysm's website.
[ http://ysmv7.sourceforge.net ] 
