Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 54) sorted by relevance

123

/lvgl-latest/env_support/cmake/
Dcustom.cmake77 # Library and headers can be installed to system using make install
103 #Install headers
104 install(
110 # Install headers from the LVGL_PUBLIC_HEADERS variable
111 install(
116 # install example headers
118 install(
125 # install demo headers
127 install(
138 install(
[all …]
/lvgl-latest/docs/details/integration/chip/
Dalif.rst35 Install Visual Studio Code
38 Install Visual Studio code. There are different ways of installing it depending on your platform.
51Install the "Dev Containers" VS Code extension. Select your container from the "Remote Explorer" o…
55 Install Prerequisite tools
64 Install the Alif SE Tools
84 Install J-Link Software (optional)
110 If you are prompted to automatically install recommended extensions, click
111 "install" so you can skip the next step.
113 Install Required VS Code Extensions
116 Install the following VS Code extensions from the "Extensions" side panel
[all …]
/lvgl-latest/.github/workflows/
Dccpp.yml32 - name: Install prerequisites
33 run: scripts/install-prerequisites.sh
43 - name: Install prerequisites
44 run: scripts\install-prerequisites.bat
55 - name: Install prerequisites
56 run: scripts\install-prerequisites.bat
96 - name: Install prerequisites
97 run: scripts/install-prerequisites.sh
Dbuild_micropython.yml24 - name: Install Dependencies
28 …sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev libavformat-dev libavcode…
29 python3 -m pip install pycparser
77 - name: Install requirements for the test
79 python3 -m pip install pillow
Dgen_json.yml25 - name: Install Doxygen and Latex dependencies
28 …sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-fre…
30 - name: Install requirements
31 run: pip install -r scripts/gen_json/requirements.txt
Dmakefile_uefi.yml23 - name: Install prerequisites
24 run: scripts/install-prerequisites.sh
25 - name: Install clang
26 run: sudo apt-get install clang lld
Dcompile_docs.yml45 - name: Install Doxygen and Latex dependencies
48 …sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-fre…
49 - name: Install requirements
51 pip install -r docs/requirements.txt
Dplatformio_publish.yaml13 - name: Install Python
17 - name: Install PlatformIO Core
18 run: pip install --upgrade platformio
Dmakefile.yml23 - name: Install prerequisites
24 run: scripts/install-prerequisites.sh
Dcheck_style.yml28 - name: Install astyle
32 sudo make install
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst13 You must install essential host packages on your build host. The following
18 sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential \
371 install -d "${D}${includedir}/${PN}"
372 install -m 0644 "${S}/lv_conf.h" "${D}${includedir}/${PN}/lv_conf.h"
515 Install (do_install)
518 bitbake lvgl -c install
520 The Install task copies files that are to be packaged into the holding area
573 Developers don't need to manually install and configure tools and
588 sh``. This script allows you to install the SDK where you prefer. Here is the
597 You are about to install the SDK to "/opt/poky/sdk-with-lvgl". Proceed [Y/n]? y
[all …]
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst36 In the Easy Installer, select TorizonCore as the operating system to install.
117 apt-get -q -y install && \
119 apt-get install -q -y curl git cmake file && \
135 RUN apt-get -y update && apt-get install -y --no-install-recommends \
/lvgl-latest/docs/details/integration/driver/
DX11.rst19 1. Install XLib: ``sudo apt-get install libx11-6`` (should be installed already)
20 2. Install XLib development package: ``sudo apt-get install libx11-dev``
/lvgl-latest/env_support/cmsis-pack/
Dgen_pack.sh7 # - bash shell (for Windows: install git for Windows)
9 # e.g. Ubuntu: sudo apt-get install p7zip-full p7zip-rar)
13 # e.g. Ubuntu: sudo apt-get install libxml2-utils
172 # sudo apt-get install libxml2-utils
/lvgl-latest/docs/
DREADME.md14 … to be installed. You can either install these individually or you can use pip to read the require…
35 To install using the `requirements.txt` file use the following command:
37 pip install -r requirements.txt
/lvgl-latest/scripts/
Dinstall-prerequisites.sh3 # Install Linux package prerequisites needed for LVGL development
10 sudo apt install gcc gcc-multilib g++-multilib ninja-build \
17 pip3 install pypng lz4 kconfiglib
DLVGLImage.py14 raise ImportError("Need pypng package, do `pip3 install pypng`")
19 raise ImportError("Need lz4 package, do `pip3 install lz4`")
90 "cannot find pngquant tool, install it via "
91 "`sudo apt install pngquant` for debian "
92 "or `brew install pngquant` for macintosh "
Dinstall-prerequisites.bat1 vcpkg install vcpkg-tool-ninja libpng freetype opengl glfw3 glew
3 pip install pypng lz4 kconfiglib
/lvgl-latest/docs/details/libs/
Dffmpeg.rst11 Install FFmpeg
14 Download first FFmpeg from `here <https://www.ffmpeg.org/download.html>`__, then install it:
20 sudo make install
Dlibpng.rst11 Install section in libpng decoder
16 sudo apt install libpng-dev
Dlibjpeg_turbo.rst16 Install section in libjpeg-turbo decoder
21 sudo apt install libjpeg-turbo8-dev
/lvgl-latest/tests/
DREADME.md9 Install requirements by:
12 scripts/install-prerequisites.sh
23 You can run below command firstly and follow instructions in logs to install them.
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt28 1. Install the font files you want to use
54 Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
55 …Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
/lvgl-latest/docs/details/integration/os/buildroot/
Dquick_setup.rst23 Now build the SDK and install it
42 Install the binary in the rootfs_overlay
/lvgl-latest/demos/music/
DREADME.md25 - install `librosa` with `pip3 install librosa`

123