Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascibien committed Apr 20, 2018
1 parent 0c8343f commit 42a0ed8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
File renamed without changes.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DiceNotation
# DiceNotation [![Build Status](https://travis-ci.org/mattiascibien/DiceNotation.svg?branch=master)](https://travis-ci.org/mattiascibien/DiceNotation)

[Standard Dice Notation](https://en.wikipedia.org/wiki/Dice_notation#Standard_notation) for C/C++.

Expand All @@ -20,7 +20,15 @@ It is possibile to customize the behavior of the library by extending the parser

## Building

At the moment only a Visual C++ 2015 solution is provided. The code is cross platform so you can include the `.h` and the `.cpp` in your source code to compile. Remember to add the `DICENOTATION_STATIC` definition to your compiler if you use a static library or embed the source code.
In order to build the solution `cmake >= 3.5` is required to build the solution. The option `BUILD_SHARED_LIBS` determines wether a shared (DLL on Windows) or static library is built.

It is also possible to drop the `.cpp` and `.h` files alongside your existing source code (be sure to define `DICENOTATION_STATIC` in your compile options).

The library is being tested on the following compilers:

* Visual C++ 2017
* GCC
* Clang

## Contributing

Expand Down

0 comments on commit 42a0ed8

Please sign in to comment.