cvs commit: hugs98/src MkInstal.in

Ross Paterson ross@soi.city.ac.uk
Thu, 5 Sep 2002 10:59:52 +0100


How about this story:

	cvs checkout hugs98
	cd hugs98/src/unix
	cvs checkout hslibs libraries/base libraries/haskell98 libraries/haskell-src
	# -> Unix source distribution
	./configure
	./convert_hslibs .
	./convert_libraries .
	cd ..
	# -> Windows source distribution
	make install[_ffi]	# installs both lib and libraries
	# -> binary distribution
	hugs			# gets the old library setup
	HUGSFLAGS='-P{Hugs}/libraries:{Hugs}/oldlib:{Hugs}/lib/hugs'  
	export HUGSFLAGS
	hugs			# gets the new library setup