File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,28 @@ direnv: export +AR +AS +CC +CONFIG_SHELL +CXX +HOST_PATH +IN_NIX_SHELL +LD +NIX_
40
40
41
41
Alternatively if you do not want to use nix then you'll need to install the need the following tools by hand:
42
42
- Go 1.18+
43
+ - on macOS, run ` brew install go `
43
44
- Node 14+
44
- - GNU Make
45
+ - on macOS, run ` brew install node `
46
+ - GNU Make 4.0+
47
+ - on macOS, run ` brew install make `
45
48
- [ ` shfmt ` ] ( https://github.com/mvdan/sh#shfmt )
49
+ - on macOS, run ` brew install shfmt `
46
50
- [ ` nfpm ` ] ( https://nfpm.goreleaser.com/install )
47
- - [ ` pg_dump ` ]
51
+ - on macOS, run ` brew install goreleaser/tap/nfpm && brew install nfpm `
52
+ - [ ` pg_dump ` ] ( https://stackoverflow.com/a/49689589 )
48
53
- on macOS, run ` brew install libpq zstd `
49
54
- on Linux, install [ ` zstd ` ] ( https://github.com/horta/zstd.install )
55
+ - [ ` pkg-config ` ] ( )
56
+ - on macOS, run ` brew install pkg-config `
57
+ - [ ` pixman ` ] ( )
58
+ - on macOS, run ` brew install pixman `
59
+ - [ ` cairo ` ] ( )
60
+ - on macOS, run ` brew install cairo `
61
+ - [ ` pango ` ] ( )
62
+ - on macOS, run ` brew install pango `
63
+ - [ ` pandoc ` ] ( )
64
+ - on macOS, run ` brew install pandocomatic `
50
65
51
66
52
67
### Development workflow
You can’t perform that action at this time.
0 commit comments