parrot-extension/BUILD.md

61 lines
604 B
Markdown

# Development
Reworking.
Using Debian Bookworm (stable/12).
# Dependencies
Install OS dependencies.
Note, the Python server was obsoleted by upstream.
Python is no longer needed to build the extension.
Python is used to build the parrot-extension website documentation.
# Build
Thusly:
```
make
```
Same as:
```
make all
```
## Extension build
```
src/extensions/vscode/build/continue-0.9.94.vsix
```
# Versions
To update versions:
```
${EDITOR} CHANGELOG
# git tag v0.0.0
```
# Clean
Clean.
```
make clean
```
# Push
Push to git repo.
```
make push
```
# llama.cpp
Use `llama.cpp`.