diff options
author | Piotr Krysik <perper@o2.pl> | 2009-06-13 20:05:31 +0200 |
---|---|---|
committer | Piotr Krysik <perper@o2.pl> | 2009-06-13 20:05:31 +0200 |
commit | 5a3a299da271e6e81c6bf90cec0c235e0b73ddb2 (patch) | |
tree | 71d16a254060c58000ed4a2df6258fe55f21283e | |
parent | 31cf43810c3876c6af5527c686e1ad1ea3319dd3 (diff) |
nothing interesting
-rw-r--r-- | INSTALL | 10 | ||||
-rw-r--r-- | README | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -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 @@ -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> |