summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-13 20:05:31 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-13 20:05:31 +0200
commit5a3a299da271e6e81c6bf90cec0c235e0b73ddb2 (patch)
tree71d16a254060c58000ed4a2df6258fe55f21283e
parent31cf43810c3876c6af5527c686e1ad1ea3319dd3 (diff)
nothing interesting
-rw-r--r--INSTALL10
-rw-r--r--README10
2 files changed, 10 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 90aab7f..0174797 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
-Usage:
- -capture cfile with usrp:
- $ capture.sh <frequency>
- -run go.sh on this file:
- $ go.sh <file.cfile>
+To build the GSM Receiver use:
+ $ ./bootstrap
+ $ cd debug
+ $ ./configure
+ $ make
diff --git a/README b/README
index 0174797..90aab7f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-To build the GSM Receiver use:
- $ ./bootstrap
- $ cd debug
- $ ./configure
- $ make
+Usage:
+ -capture cfile with usrp:
+ $ capture.sh <frequency>
+ -run go.sh on this file:
+ $ go.sh <file.cfile>
personal git repositories of Harald Welte. Your mileage may vary