jdk/test/sun/security/smartcardio/README.txt
author lana
Thu, 26 Dec 2013 12:04:16 -0800
changeset 23010 6dadb192ad81
parent 2 90ce3da70b43
child 41107 567f832618d7
permissions -rw-r--r--
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
Rough hints for setting up MUSCLE on Solaris:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
Make sure you have libusb, usually in /usr/sfw:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
ls -l /usr/sfw/lib/libusb.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
lrwxrwxrwx   1 root     other         11 Jan 12 16:02 /usr/sfw/lib/libusb.so -> libusb.so.1
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
Get PCSC and CCID.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
-rwx------   1 user staff     529540 Jun 16 18:24 ccid-1.0.1.tar.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
-rwx------   1 user staff     842654 Jun 16 18:24 pcsc-lite-1.3.1.tar.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
Unpack pcsc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
Run ./configure --enable-libusb=/usr/sfw (??)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
gnumake
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
Make /usr/local writeable for user
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
gnumake install
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
Unpack ccid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
Run ./configure
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
gnumake
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
gnumake install
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
As root, go to /usr/local/sbin
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
Run ./pcscd --foreground
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26