[PATCH] osmo-gsm-tester[master]: readme: format so that dependencies can be copy-pasted to te...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed May 10 11:21:07 UTC 2017


Review at  https://gerrit.osmocom.org/2550

readme: format so that dependencies can be copy-pasted to terminal

Change-Id: I455cb75d6cdd583d31ab0188476bee813a2ab789
---
M doc/README.txt
1 file changed, 14 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/50/2550/1

diff --git a/doc/README.txt b/doc/README.txt
index 04989a1..1edd742 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -14,22 +14,23 @@
 
 Packages required to run the osmo-gsm-tester:
 
-  dbus
-  tcpdump
-  python3
-  python3-yaml
-  python3-mako
+  apt-get install \
+  dbus \
+  tcpdump \
+  python3 \
+  python3-yaml \
+  python3-mako \
+  python3-gi \
+  ofono \
   python3-pip
-  python3-gi
-  smpplib: pip3 install git+git://github.com/podshumok/python-smpplib.git
-  pydbus: pip3 install pydbus
-  ofono
+  pip3 install git+git://github.com/podshumok/python-smpplib.git
+  pip3 install pydbus
 
 To build ofono:
-  libglib2.0-dev
-  libdbus-1-dev
-  libudev-dev
-  mobile-broadband-provider-info
+  apt-get install libglib2.0-dev \
+		  libdbus-1-dev \
+		  libudev-dev \
+		  mobile-broadband-provider-info
 
 
 INSTALLATION

-- 
To view, visit https://gerrit.osmocom.org/2550
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I455cb75d6cdd583d31ab0188476bee813a2ab789
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list