|
Revision 2286, 384 bytes
(checked in by aj, 4 years ago)
|
|
Add solaris/ subdir and files to make using opensc on solaris easier.
|
| Line | |
|---|
| 1 | Creating an installable package for Solaris 10 |
|---|
| 2 | ============================================== |
|---|
| 3 | |
|---|
| 4 | The files in this directory are an attempt to ease |
|---|
| 5 | the building of opensc packages for Solaris 10. |
|---|
| 6 | |
|---|
| 7 | The basic steps to create a Solaris 10 package are: |
|---|
| 8 | # make build |
|---|
| 9 | # make dist |
|---|
| 10 | # make package |
|---|
| 11 | |
|---|
| 12 | NOTE: If you are using the GNU compiler you will |
|---|
| 13 | need to adjust the Makefile accordingly. |
|---|