Skip to content

Commit

Permalink
Update DEVELOP
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Dec 11, 2023
1 parent 2f01618 commit 66c3f26
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
## How to develop

To build NvimServer, do the following
To build Neovim for development, i.e., no universal binary, do the following

```bash
clean=false ./bin/build_neovim_for_local_dev.sh
clean=false for_dev=true ./bin/build_nvimserver.sh
```

You can set `clean=true` if you want to clean the existing build.

## How to update gettext (libintl)

Update `./bin/neovim/resources/build_info../bin/neovim/resources/buildInfo.json`

```bash
./bin/neovim/bin/prepare_libintl.sh
```

It will update `./bin/neovim/third-party`, commit and push.

## How to build nightly

```bash
Expand Down

0 comments on commit 66c3f26

Please sign in to comment.