Skip to content

Commit

Permalink
Got rid of the homebrew section as I no longer own a mac
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Mar 5, 2024
1 parent df5b112 commit d2f1982
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
3 changes: 1 addition & 2 deletions Firj/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Firj/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,6 @@ This adds `fir1-dev` and `fir1` to your package list.
The demo files are in `/usr/share/doc/fir1-dev`. Copy them into a working
directory, type `gunzip *.gz`, `cmake .` and `make`.

### MacOS packages (homebrew)

Make sure you have the homebrew package manager installed: https://brew.sh/

Add the homebrew tap:

```
brew tap berndporr/dsp
```

and then install the fir filter package with:

```
brew install fir
```



### Linux / Unix / MACOSX: compilation from source

The build system is `cmake`. Install the library with
Expand Down Expand Up @@ -78,9 +60,6 @@ or debug binary. This generates an Android aar which you
import into your project. See the `InstrumentedTest.java`
for an instructional example.

The pre-compiled libraries are here:
```Firj/firj/build/outputs/aar/firj-*.aar```

### Python

#### Installation from the python package index (PyPi)
Expand Down

0 comments on commit d2f1982

Please sign in to comment.