parrot/BUILD.md

843 B

Development

Reworking.

Using Debian Bookworm (stable/12).

Dependencies

Install dependencies.

Build

Thusly.

Clean, if needed.

make clean
# perhaps:
# rm -rf src/ide/plugins

Get plugins:

make download

Build:

make

Same as:

make all

Versions

To update versions:

${EDITOR} CHANGELOG.txt
${EDITOR} ./src/ide/applications/browser/package.json
${EDITOR} ./src/ide/applications/electron/package.json
${EDITOR} ./src/ide/package.json
${EDITOR} ./src/ide/theia-extensions/launcher/package.json
${EDITOR} ./src/ide/theia-extensions/product/package.json
# git commit -am "v0.0.0"
# git tag v0.0.0
# git push ; git push --tags

License

Copyright © 2023, Jeff Moe.

parrot is distributed under the terms of the GPL-3.0-or-later license.