https://github.com/dkorunic/homebrew-liblognorm
liblognorm Homebrew formula
https://github.com/dkorunic/homebrew-liblognorm
Last synced: 8 months ago
JSON representation
liblognorm Homebrew formula
- Host: GitHub
- URL: https://github.com/dkorunic/homebrew-liblognorm
- Owner: dkorunic
- Created: 2018-10-09T16:16:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T15:16:34.000Z (over 7 years ago)
- Last Synced: 2024-12-28T11:15:37.645Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Formulae
A [Homebrew](https://brew.sh/) personal [tap](https://docs.brew.sh/Taps) for:
* [liblognorm](http://www.liblognorm.com/): a log normalizing library
* [libfastjson](https://github.com/rsyslog/libfastjson): a fast json library for C
## Usage
Using these formulas requires Homebrew, which in turn requires Xcode. If you have not yet installed Homebrew, take a look [how to do so](https://brew.sh/).
Tap this repository once homebrew is installed:
```shell
brew tap dkorunic/liblognorm
```
To install liblognorm, just use `brew install` with the following formulas:
```shell
brew install libfastjson
brew install liblognorm
```