mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
...
This commit is contained in:
parent
6c5d27229b
commit
27b11523de
1 changed files with 2 additions and 1 deletions
3
.github/copilot-instructions.md
vendored
3
.github/copilot-instructions.md
vendored
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
## Build Procedures
|
||||
- **Required dependencies**: A C compiler (either clang or gcc) and a Go compiler. The Go compiler
|
||||
should be at least the version mentioned in the go.mod file.
|
||||
should be at least the version mentioned in the go.mod file. On Linux, the
|
||||
X11 development libraries are also needed.
|
||||
- **Bootstrap:** Always run `./dev.sh deps` to download all needed dependencies
|
||||
- **Build command:** Run `./dev.sh build` to build the project
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue