Home | History | Annotate | Line # | Download | only in dist
README revision 1.1
      1 
      2  tpm-tools
      3 
      4  Copyright (C) 2005, 2006 International Business Machines Corporation
      5  All Rights Reserved.
      6 
      7 
      8  DESCRIPTION
      9  -----------
     10  tpm-tools is an open-source package designed to enable user and application
     11  enablement of Trusted Computing using a Trusted Platform Module (TPM),
     12  similar to a smart card environment.  Trusted Computing is a set of
     13  specifications set forth by the Trusted Computing Group (TCG).  For more
     14  information on the TCG and Trusted Computing please visit the Trusted
     15  Computing Group website at:
     16    http://www.trustedcomputinggroup.org.
     17 
     18  The tpm-tools package contains commands to allow the platform administrator
     19  the ability to manage and diagnose the platform's TPM.  Additionally, the
     20  package contains commands to utilize some of the capabilities available
     21  in the TPM PKCS#11 interface implemented in the openCryptoki project.
     22 
     23  The tpm-tools package is released under the Common Public License.
     24 
     25 
     26  BUILD REQUIREMENTS
     27  ----- ------------
     28  Packages needed to build:
     29 
     30   automake
     31   autoconf
     32   libtool
     33   gettext
     34   gettext-devel
     35   trousers
     36   trousers-devel
     37 
     38   optional (for PKCS#11 support - tpmtoken commands)
     39     openssl-0.9.7 or newer
     40     openssl-devel-0.9.7 or newer
     41     opencryptoki-2.2.0 or newer
     42 
     43 
     44  BUILDING tpm-tools
     45  -------- ---------
     46  $ sh ./bootstrap.sh
     47  $ ./configure
     48  $ make
     49  # make install
     50 
     51  By default the build will place everything in /usr/local. Issue
     52    ./configure --help
     53  to see how to install to a different location.
     54 
     55