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
This should install all of these necessary dependencies to their appropriate place under /usr/local.
18
20
21
+
22
+
## Using Nix
23
+
24
+
All needed stuff related to installing and configure shell already described at flake.nix, just execute
25
+
26
+
```
27
+
$ nix develop -c $SHELL
28
+
```
29
+
30
+
Note: After it all below building command are applicable
31
+
19
32
## Building
20
33
This project has two ways to build: one with make and the other with Xcode. The make way is typically used for CI builds and produces a similar artifact as the Linux build. If you're just looking to get a quick build, this is a good way to do so. The Xcode way is useful if you're developing features (or bug fixes) and require the need for a debugger or an IDE experience.
0 commit comments