
Comex Project is a cross platform suite to exchange commands 
with smartcard using PC/SC standard readers and serial reader. 

comex-base - Base component for comex project, suite to exchange commands with smartcard
========================================================================================
Copyright (c) 2011, Armando Basile

Thank you for using ( or at least trying out :) ) comex-base

comex-base is distributed under the terms of the GNU General Public License (GPLv2)
See the file COPYING for more information


DEPENDENCIES
-----------------------------------------------------------------------------------------
 mono with devel package
 log4net with devel package 


BUILD FROM TARBALL
-----------------------------------------------------------------------------------------
 $ ./configure --prefix=/usr --libdir=/usr/lib
 $ make
 # make linuxpkgconfigdir=/usr/share/pkgconfig install (as root)

 NOTE: Need also to register comex-base dll in Mono GAC
 # gacutil -i /usr/lib/comex-base/comex-base.dll -package comex-base -gacdir /usr/lib/mono/gac -root /usr/lib



Can find updates on comex official website:
http://comex-project.googlecode.com

