Searched full:install (Results 1 – 25 of 54) sorted by relevance
123
77 # Library and headers can be installed to system using make install103 #Install headers104 install(110 # Install headers from the LVGL_PUBLIC_HEADERS variable111 install(116 # install example headers118 install(125 # install demo headers127 install(138 install([all …]
35 Install Visual Studio Code38 Install Visual Studio code. There are different ways of installing it depending on your platform.51 …Install the "Dev Containers" VS Code extension. Select your container from the "Remote Explorer" o…55 Install Prerequisite tools64 Install the Alif SE Tools84 Install J-Link Software (optional)110 If you are prompted to automatically install recommended extensions, click111 "install" so you can skip the next step.113 Install Required VS Code Extensions116 Install the following VS Code extensions from the "Extensions" side panel[all …]
32 - name: Install prerequisites33 run: scripts/install-prerequisites.sh43 - name: Install prerequisites44 run: scripts\install-prerequisites.bat55 - name: Install prerequisites56 run: scripts\install-prerequisites.bat96 - name: Install prerequisites97 run: scripts/install-prerequisites.sh
24 - name: Install Dependencies28 …sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev libavformat-dev libavcode…29 python3 -m pip install pycparser77 - name: Install requirements for the test79 python3 -m pip install pillow
25 - name: Install Doxygen and Latex dependencies28 …sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-fre…30 - name: Install requirements31 run: pip install -r scripts/gen_json/requirements.txt
23 - name: Install prerequisites24 run: scripts/install-prerequisites.sh25 - name: Install clang26 run: sudo apt-get install clang lld
45 - name: Install Doxygen and Latex dependencies48 …sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-fre…49 - name: Install requirements51 pip install -r docs/requirements.txt
13 - name: Install Python17 - name: Install PlatformIO Core18 run: pip install --upgrade platformio
23 - name: Install prerequisites24 run: scripts/install-prerequisites.sh
28 - name: Install astyle32 sudo make install
13 You must install essential host packages on your build host. The following18 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 install520 The Install task copies files that are to be packaged into the holding area573 Developers don't need to manually install and configure tools and588 sh``. This script allows you to install the SDK where you prefer. Here is the597 You are about to install the SDK to "/opt/poky/sdk-with-lvgl". Proceed [Y/n]? y[all …]
36 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 \
19 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``
7 # - 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-utils172 # sudo apt-get install libxml2-utils
14 … 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
3 # Install Linux package prerequisites needed for LVGL development10 sudo apt install gcc gcc-multilib g++-multilib ninja-build \17 pip3 install pypng lz4 kconfiglib
14 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 "
1 vcpkg install vcpkg-tool-ninja libpng freetype opengl glfw3 glew3 pip install pypng lz4 kconfiglib
11 Install FFmpeg14 Download first FFmpeg from `here <https://www.ffmpeg.org/download.html>`__, then install it:20 sudo make install
11 Install section in libpng decoder16 sudo apt install libpng-dev
16 Install section in libjpeg-turbo decoder21 sudo apt install libjpeg-turbo8-dev
9 Install requirements by:12 scripts/install-prerequisites.sh23 You can run below command firstly and follow instructions in logs to install them.
28 1. Install the font files you want to use54 Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux55 …Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
23 Now build the SDK and install it42 Install the binary in the rootfs_overlay
25 - install `librosa` with `pip3 install librosa`