From ebbc9bef4f0facbd3eb759c739e17e6105df20fe Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 19 Jul 2011 23:19:32 +0200 Subject: [PATCH] usermanual: Start writing some bits about the installation --- docs/chapters/installation.xml | 62 ++++++++++++++++++++++++++++++++++ docs/usermanual.xml | 2 ++ 2 files changed, 64 insertions(+) create mode 100644 docs/chapters/installation.xml diff --git a/docs/chapters/installation.xml b/docs/chapters/installation.xml new file mode 100644 index 0000000..fd659ce --- /dev/null +++ b/docs/chapters/installation.xml @@ -0,0 +1,62 @@ + + + Installation + SIMtrace will need a patched version of + wireshark and the simtrace + host utility to fully operate. The installation might be possible from + binary packages or will require building from source. + +
+ Installation Ubuntu Natty + Ubuntu Natty users can use the holger+lp/osmocom PPA to install +SIMtrace and upgrade wireshark. The PPA needs to + be added to the system, the package database needs to be refreshed + and the applications can be installed afterwards. + + +$ sudo add-apt-repository ppa:holger+lp/osmocom +[sudo] password for username: +Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 84C86214C00BAF820F43585CCABF944FA2AD19FA +gpg: requesting key A2AD19FA from hkp server keyserver.ubuntu.com +gpg: Total number processed: 1 +gpg: unchanged: 1 + + + The next step is to update the package database and install or upgrade + the wireshark application. + + +$ sudo apt-get update +... +$ sudo apt-get install wireshark simtrace +... + +
+ +
+ Installation OpenSUSE + The installation on OpenSUSE uses zypper. The repository must be added + via the zypper application and then the binary packages + can be installed. + + +$ sudo zypper ar http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.3/home:zecke23.repo +$ sudo zypper install wireshark simtrace + +
+ +
+ Installation Fedora + +
+ +
+ Installation CentOS + +
+ +
+ Installation from Source + +
+
diff --git a/docs/usermanual.xml b/docs/usermanual.xml index 8ff39ad..1bc811a 100644 --- a/docs/usermanual.xml +++ b/docs/usermanual.xml @@ -6,6 +6,7 @@ + @@ -39,6 +40,7 @@ &chapter-introduction; + &chapter-installation; &chapter-using; &chapter-building;