Build Application
This document explains how to build the Parrot application.
Operating System
Using Debian GNU/Linux, Bookworm release (stable/12).
Dependencies
Install dependencies.
Clone repo
git clone https://spacecruft.org/deepcrayon/parrot
Clean:
Make
Thusly:
make download
make
make all
Clean:
make clean
# perhaps:
# rm -rf src/ide/plugins
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
Note
Parrot is in early development, not ready for end users.
Note
Parrot documentation is written in English and uses AI machine translation for other languages.