Introduction
Before install Comex components you may want to try it, so you need to follow Use binaries section.
Install from your package manager
 |
from Mageia 1 can use urpmi to install packages |
 |
from Mandriva 2010.1 can use urpmi to install packages (need to enable contrib/backports repository) |
Install from tarballs
Please see Build and install from tarballs section
Use binaries
Can find binaries package in Downloads area.
All Comex interfaces on Linux require pcsc-lite and libpcsclite1.
To launch console interface using:
to obtain help message
$ mono comex.exe --help
to launch without log
$ mono comex.exe
To launch GTK user interface using:
to obtain help message
$ mono comex-gtk.exe --help
to launch without log
$ mono comex-gtk.exe
NOTE: you need to install gtk-sharp2 and glade-sharp2 to use it
To launch QT user interface using:
to obtain help message
$ mono comex-qt.exe --help
to launch without log
$ mono comex-qt.exe
NOTE: you need to install qyoto to use it
To launch console interface using:
to obtain help message
C:\...> comex.exe --help
to launch without log
C:\...> comex.exe
To launch GTK user interface using:
double click on monosim-gtk.exe
NOTE: you need to install Gtk# for .NET to use it