Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 15, 2016
1 parent d71893b commit 65326d4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,24 @@ Windows | [![Build status](https://ci.appveyor.com/api/projects/status/5rrnc
* Regression tests: Catch improvements and decreasing performance of functions early on.
* Profiles memory usage and can detect memory leaks.

## Installation
# [ZPM](zpm.zefiros.eu) Installation

In `.package.json`
```json
"requires": [
{
"name": "Zefiros-Software/BenchLib",
"version": "^1.0.0"
}
]
```

In `premake5.lua`
```lua
zpm.uses "Zefiros-Software/BenchLib"
```

## Manual Installation
The whole library is header only, so for usage in your own code you should clone the repository. And add `benchmark/include/` as include path.
After this you can use the include `#include "benchmark/benchLib.h"` in your code to start using the library.

Expand Down

0 comments on commit 65326d4

Please sign in to comment.