Skip to content

Commit 26dc81a

Browse files
committed
Added few notices to README.md
1 parent aaf3b3d commit 26dc81a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ i3ipc++
44
=======
55
An implementation of i3 IPC in C++11.
66

7+
## Requirements
8+
9+
* C++11 compiler
10+
* sigc++ 2.0
11+
712
## Using
813
Yet the only way of using is to add this repo as a submodule
914

@@ -38,3 +43,6 @@ There is few examples in `examples/` directory.
3843

3944
## Documentation
4045
The latest documentation you can find [**here**](http://drmgc.github.io/docs/api-ref/i3ipc++/latest/)
46+
47+
## Licensing
48+
This library is licensed under under the MIT license, but it also uses [`JsonCpp`](https://github.com/open-source-parsers/jsoncpp) (*only for parsing i3's replies*) and my library [`auss`](https://github.com/drmgc/auss)

0 commit comments

Comments
 (0)