You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ i3ipc++
4
4
=======
5
5
An implementation of i3 IPC in C++11.
6
6
7
+
## Requirements
8
+
9
+
* C++11 compiler
10
+
* sigc++ 2.0
11
+
7
12
## Using
8
13
Yet the only way of using is to add this repo as a submodule
9
14
@@ -38,3 +43,6 @@ There is few examples in `examples/` directory.
38
43
39
44
## Documentation
40
45
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