Skip to content

Commit

Permalink
Update instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Apr 18, 2024
1 parent f29ac9b commit fe05a6e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@ support.

Librarized by Sippy Software, Inc.

## Using libg722 as an Arduino Library

You can download the library as zip and call include Library -> zip library. Or you can __git clone__ this project into the Arduino libraries folder e.g. with
## Build and Install library:

```
cd ~/Documents/Arduino/libraries
git clone https://github.com/sippy/libg722.git
cmake -B libg722/build -S libg722
make -C ibg722/build clean all test install
```

The use of git is recommended because you can easily update to the latest version just by executing the git pull command in the project folder.

## License

This code is mostly Public Domain. Library test code is under BSD 2-clause
Expand Down

0 comments on commit fe05a6e

Please sign in to comment.