Skip to content

Commit

Permalink
Readme: Minor fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Jun 1, 2024
1 parent ddc0f76 commit 7f8be48
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ Suscan is a realtime DSP processing library. It provides a set of useful abstrac
## Getting the code
Just clone it from the GitHub repository. Make sure you pass --recurse-submodules to git clone so all required submodules are also cloned.

```bash
% git clone --recurse-submodules https://github.com/BatchDrake/suscan.git
```

## Building and installing Suscan
In order to build Suscan, you will need the development files for the following packages:

```
sigutils fftw3 sndfile SoapySDR libxml-2.0
```
* sigutils
* fftw3
* sndfile
* SoapySDR
* libxml-2.0

If you are in a Debian-like operating system, you will also need `cmake` and `build-essential`.

After installing all dependencies, enter Suscan's source directory and compile by typing:

```
```bash
% cd suscan
% mkdir build
% cd build
Expand Down

0 comments on commit 7f8be48

Please sign in to comment.