We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2010bb5 commit 903ffa0Copy full SHA for 903ffa0
README.md
@@ -33,3 +33,18 @@ opam install -t --deps-only .
33
34
Then, you can use `make` to build the library, and `make examples` to build the
35
example programs.
36
+
37
+### Development using nix
38
39
+wlroots-ocaml can be compiled with nix:
40
41
+ $ nix-build
42
43
+To specify the version of wlroots - supported version are 0.12, 0.13 and 0.14:
44
45
+ $ nix-build --argstr wlroots-version 0.14
46
47
+Open a nix shell with the program dependencies managed by nix:
48
49
+ $ nix-shell
50
+ $ make
0 commit comments