parrot-extension/BUILD.md

61 lines
604 B
Markdown
Raw Permalink Normal View History

2023-10-31 09:04:35 -06:00
# Development
Reworking.
Using Debian Bookworm (stable/12).
2023-10-31 09:47:07 -06:00
# Dependencies
2023-10-31 09:04:35 -06:00
Install OS dependencies.
2024-05-07 10:50:38 -06:00
Note, the Python server was obsoleted by upstream.
Python is no longer needed to build the extension.
2023-10-31 09:04:35 -06:00
2024-05-07 10:50:38 -06:00
Python is used to build the parrot-extension website documentation.
2023-10-31 09:04:35 -06:00
2023-10-31 10:12:59 -06:00
2023-10-31 09:04:35 -06:00
# Build
Thusly:
```
make
```
Same as:
```
make all
```
2023-11-23 12:41:03 -07:00
## Extension build
2023-11-13 08:33:36 -07:00
```
2024-05-07 11:19:39 -06:00
src/extensions/vscode/build/continue-0.9.94.vsix
2023-11-13 08:33:36 -07:00
```
2023-10-31 09:04:35 -06:00
# Versions
To update versions:
```
${EDITOR} CHANGELOG
# git tag v0.0.0
```
# Clean
Clean.
```
make clean
```
2023-10-31 10:14:58 -06:00
# Push
Push to git repo.
```
make push
```
2023-10-31 10:36:44 -06:00
2023-11-15 15:24:27 -07:00
# llama.cpp
Use `llama.cpp`.
2024-05-07 11:19:39 -06:00