[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using multiple versions



It's possible to install and use multiple versions in parallel. epix.h and
libepix.a are now symbolic links to the actual header/library. To use,
say, Version 0.8.9, build the appropriate sources normally, but install
the header and library (only) *manually*, naming them (e.g.) epix-0.8.9.h
and libepix-0.8.9.a. Then do

epix --no-defaults -I<path_to_0.8.9> -L<path_to_0.8.9> -lepix-0.8.9 <files>

The input file must "include" the proper version of the header, naturally.
Sources for several old versions are available at

  http://savannah.nongnu.org/cgi-bin/viewcvs/epix/epix/archive/

--Andy

Andrew D. Hwang			ahwang@mathcs.holycross.edu
Department of Math and CS	http://math.holycross.edu/~ahwang
College of the Holy Cross	(508) 793-2458 (Office: 320 Swords)
Worcester, MA, 01610-2395	(508) 793-3530 (fax)