opensc/solaris
Peter Marschall 5abe99d228 fix typos
Mass-typo fixing, almost exclusively in comments and text strings.

While at it also fixed a few (very few) grammar errors.
2018-04-15 09:34:45 +02:00
..
Makefile Thomas Uhle: modify Makefile so configure finds the include files 2009-12-03 07:05:15 +00:00
README Add solaris/ subdir and files to make using opensc on solaris easier. 2005-03-29 07:30:16 +00:00
checkinstall.in Add solaris/ subdir and files to make using opensc on solaris easier. 2005-03-29 07:30:16 +00:00
opensc.conf-dist fix typos 2018-04-15 09:34:45 +02:00
pkginfo.in Add solaris/ subdir and files to make using opensc on solaris easier. 2005-03-29 07:30:16 +00:00
proto Remove empty files: emv.c, emv.h 2009-09-14 09:15:58 +00:00

README

Creating an installable package for Solaris 10
==============================================

The files in this directory are an attempt to ease
the building of opensc packages for Solaris 10.

The basic steps to create a Solaris 10 package are:
# make build
# make dist
# make package

NOTE: If you are using the GNU compiler you will
      need to adjust the Makefile accordingly.