Skip to content

Commit

Permalink
Improve build and install section
Browse files Browse the repository at this point in the history
  • Loading branch information
René Korthaus committed May 30, 2015
1 parent 3d97d44 commit 272a6c1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo apt-get install build-essential libtspi-dev libqt4-dev
To use the features of the TPM Manager you need a running TrouSerS daemon.
The TPM Manager has been successfully compiled under Qt version 4.8.1.

## Installation and Configuration
## Building

This package is built using Qt's qmake. qmake automatically generates a makefile from the Qt project file.

Expand All @@ -33,20 +33,18 @@ qmake-qt4
make
```

## Usage
## Installation

Make will create the TPM Manager application binary in the bin/ subdirectory.
You can start TPM Manager right from the /bin subdirectory or
you can run `install` to install TPM Manager in default binary path of your system.
To start TPM Manager, type tpmmanager on terminal or simply double-click the application icon in your file manager.

```bash
bin/tpmmanager
# install to /usr/local/bin
sudo install bin/tpmmanager /usr/local/bin
```

```bash
install bin/tpmmanager /path/to/install/directory // e.g., "install bin/tpmmanager /usr/local/bin"
tpmmanager
```
## Usage

To start TPM Manager, type `tpmmanager` on your terminal or simply double-click the application icon in your file manager.
You may also add TPM Manager to your Application starter menu, e.g., in Gnome or KDE.

0 comments on commit 272a6c1

Please sign in to comment.