Skip to content

Commit 520d42f

Browse files
committed
add building instruction for nix
1 parent f712a64 commit 520d42f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILDING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Use your favorite package tool to install dependencies. For example, on Ubuntu:
1818
sudo apt install build-essential pkg-config libusb-1.0-0-dev cmake
1919
```
2020

21+
##### Alternative to install dependencies with nix
22+
23+
Instead of having to manually install every dependency, it can be managed through [Nix](https://nixos.org/download/) / [Lix](https://lix.systems/install/).
24+
25+
Before building the project, just use the following command: `nix develop`
26+
2127
Then simply build like a normal CMake project:
2228

2329
```console

0 commit comments

Comments
 (0)