Skip to content

Commit c8375da

Browse files
committed
Add release information to README.
1 parent 2f68046 commit c8375da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ libcurvecpr is based on a system of callbacks that must be implemented by librar
88

99
This means that while it's slightly more effort to build software based on libcurvecpr than other packages, it provides complete freedom to use any underlying mechanism for handling network traffic you want—whether it's an IPC connection to another program, standard `poll(2)`-type functionality, or [libev](http://software.schmorp.de/pkg/libev.html).
1010

11+
## How do I get it?
12+
13+
The current source code release can be obtained from the GitHub [releases page](https://github.com/impl/libcurvecpr/releases).
14+
15+
libcurvecpr is currently packaged for the following operating systems:
16+
17+
* For OS X using [Homebrew](https://github.com/mxcl/homebrew):
18+
19+
```
20+
$ brew tap impl/libcurvecpr
21+
$ brew install libcurvecpr
22+
```
23+
24+
* For NetBSD in `security/libcurvecpr`.
25+
1126
## Can I see an example?
1227

1328
Here's how one might implement sending an encrypted message using `sendto(2)`:

0 commit comments

Comments
 (0)