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 8a1a542 commit fd1a6e0Copy full SHA for fd1a6e0
Building.md
@@ -11,18 +11,17 @@ Building from source
11
12
bash <(curl -L https://nixos.org/nix/install)
13
14
- 3. (Optional, but saves building time:) Install the Cachix tool, and enable
15
- the tttool cache.
+ 3. Install the Cachix tool, and enable the tttool cache.
16
17
nix-env -iA cachix -f https://cachix.org/api/v1/install
18
cachix use tttool
19
+ (This step is optional, but will save a lot of time.)
20
+
21
4. Build `tttool`:
22
23
nix-build -A linux-exe
24
- The first time this can take a long time. Run it over night.
25
-
26
5. Copy the resulting program to the current directory:
27
28
cp result/bin/tttool .
0 commit comments