-
-
Notifications
You must be signed in to change notification settings - Fork 699
feat: write scripts for building a Pi 4 (64-bit) WebView #2216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: write scripts for building a Pi 4 (64-bit) WebView #2216
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactor common attributes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can maybe create a script that generates custom Dockerfiles based on the given platform (e.g., pi1, pi2, pi3, pi4, pi4-64, pi5, etc.).
| QRect screenGeometry = QGuiApplication::primaryScreen()->geometry(); | ||
| setGeometry(screenGeometry); | ||
| showFullScreen(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make use of macros, which gets resolved before compilation.
| You should now be able to invoke a run executing either of the following commands: | ||
|
|
||
| ```bash | ||
| $ docker compose exec builder-pi5 /webview/build_webview.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ docker compose exec builder-pi5 /webview/build_webview.sh | |
| $ docker compose exec builder-pi5 /scripts/build_webview.sh |
| ```bash | ||
| $ docker compose exec builder-pi5 /webview/build_webview.sh | ||
| # or | ||
| $ docker compose exec builder-pi4-64 /webview/build_webview.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ docker compose exec builder-pi4-64 /webview/build_webview.sh | |
| $ docker compose exec builder-pi4-64 /scripts/build_webview.sh |
|


Description
Checklist