Home
last modified time | relevance | path

Searched refs:apt (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/scripts/
Dinstall-prerequisites.sh8 sudo apt update
9 sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake
/lvgl-3.7.0/docs/get-started/platforms/
Dpc-simulator.md41 On Debian-based distros (e.g. Ubuntu): `sudo apt-get install default-jre`
55 1. Find the current version of SDL2: `apt-cache search libsdl2 (e.g. libsdl2-2.0-0)`
56 2. Install SDL2: `sudo apt-get install libsdl2-2.0-0` (replace with the found version)
57 3. Install SDL2 development package: `sudo apt-get install libsdl2-dev`
58 4. If build essentials are not installed yet: `sudo apt-get install build-essential`
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c347 …float apt = (1.0f - t) * inv_t_sq * cp.p0 + 3.0f * inv_t_sq * t * cp.p1 + 3.0f * (1.0f - t) * t_sq… in comp_bezier_point() local
349 return apt; in comp_bezier_point()
/lvgl-3.7.0/docs/get-started/os/
Dnuttx.md52 $ sudo apt-get install automake bison build-essential flex gcc-arm-none-eabi gperf git libncurses5-…
/lvgl-3.7.0/docs/
DCHANGELOG.md888 - ci inline apt-get commands [`90e2b9f`](https://github.com/littlevgl/lvgl/commit/90e2b9f05e73527df…
1434 - ci(docs) run apt-get update before installation [`f215174`](https://github.com/lvgl/lvgl/commit/f…