- Buildroot Basics
- WPE: Building full screen web applications for the Raspberry Pi -- 2019
- Building WPE WebKit for Raspberry Pi 3 -- 2018
In Buildroot directory, available boards can be seen by ls board
.
Please select one, and configure:
> make raspberrypi3_wpe_defconfig
where additional packages can be selected by make menuconfig
.
Then, built the project:
> make -j8
> make savedefconfig
> make graph-depends
> make <pkg>-graph-depends
> BR2_GRAPH_OUT=svg make graph-depends
> make graph-build
> make graph-size