Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 52) sorted by relevance

123

/openthread-latest/script/
Dbootstrap41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co…
44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y…
47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark…
50 …command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is…
59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck
67 …sudo apt-get --no-install-recommends install -y binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-n…
69 sudo apt-get --no-install-recommends install -y bzip2 ca-certificates wget
97 brew install cmake ninja shfmt shellcheck
103 brew install armmbed/formulae/arm-none-eabi-gcc
116 brew install llvm@14
[all …]
Dgcda-tool98 install)
/openthread-latest/etc/docker/environment/
DDockerfile9 && apt-get install -y locales \
11 && apt-get --no-install-recommends install -fy \
24 && python3 -m pip install -U pip \
25 && python3 -m pip install -U cmake \
26 && python3 -m pip install wheel
/openthread-latest/tests/toranj/
Dstart.sh81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
82 sudo apt-get --no-install-recommends install -y autoconf-archive
83 sudo apt-get --no-install-recommends install -y libarchive-tools
84 sudo apt-get --no-install-recommends install -y libtool
85 sudo apt-get --no-install-recommends install -y libglib2.0-dev
86 sudo apt-get --no-install-recommends install -y lcov
90 sudo apt-get --no-install-recommends install -y libboost-all-dev python2
97 sudo make install || die "wpantund make install failed"
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile23 && apt-get -y install software-properties-common \
29 && apt-get -y install \
56 RUN python3 -m pip install \
98 && make install \
108 && make install \
119 && make install \
131 && make install \
142 && make install \
154 && make install \
/openthread-latest/third_party/mbedtls/repo/pkgconfig/
DCMakeLists.txt12 install(FILES
17 install(FILES
22 install(FILES
/openthread-latest/third_party/mbedtls/repo/include/
DCMakeLists.txt8 install(FILES ${headers}
12 install(FILES ${psa_headers}
/openthread-latest/tools/harness-sniffer/
DREADME.md10 1. install pyspinel (for python3 only)
14 python setup.py install
/openthread-latest/tools/tcat_ble_client/
DREADME.md9 If you don't have the poetry module installed (check with `poetry --version`), install it first usi…
12 python3 -m pip install poetry
16 poetry install
19 This will install all the required modules to a virtual environment, which can be used by calling `…
/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile83 && apt-get install --no-install-recommends -y $OTBR_DOCKER_REQS $OTBR_DOCKER_DEPS \
86 && pip2 install -r /tmp/requirements.txt \
87 && pip3 install $OTBR_PYTHON_REQS \
97 && ninja install \
/openthread-latest/third_party/mbedtls/repo/programs/psa/
DCMakeLists.txt42 install(TARGETS ${executables}
46 install(PROGRAMS
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package_install/
DCMakeLists.txt5 # install into a directory inside our own build directory.
25 --target install)
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/
DCMakeLists.txt31 install(DIRECTORY include/everest
39 install(TARGETS ${everest_target}
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/
DCMakeLists.txt29 install(DIRECTORY :${CMAKE_CURRENT_SOURCE_DIR}
37 install(TARGETS ${p256m_target}
/openthread-latest/third_party/mbedtls/repo/scripts/
Dmin_requirements.py66 def install( member in Requirements
123 reqs.install(pip_general_options=options.pip_general_options,
/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh45 sudo apt install -y "${PACKAGES[@]}"
47 pip3 install -r "${POSIX_DIR}/requirements.txt"
/openthread-latest/third_party/mbedtls/repo/programs/aes/
DCMakeLists.txt11 install(TARGETS ${executables}
/openthread-latest/third_party/mbedtls/repo/programs/cipher/
DCMakeLists.txt11 install(TARGETS ${executables}
/openthread-latest/third_party/mbedtls/repo/programs/random/
DCMakeLists.txt12 install(TARGETS ${executables}
/openthread-latest/third_party/mbedtls/repo/programs/hash/
DCMakeLists.txt13 install(TARGETS ${executables}
/openthread-latest/third_party/mbedtls/repo/programs/util/
DCMakeLists.txt16 install(TARGETS ${executables}
/openthread-latest/third_party/mbedtls/repo/programs/x509/
DCMakeLists.txt22 install(TARGETS ${executables}
/openthread-latest/src/posix/
Ddaemon.cmake90 install(TARGETS ot-daemon
92 install(TARGETS ot-ctl
/openthread-latest/tools/harness-simulation/harness/
Dinstall.bat37 %THREADDIR%\Python27\python.exe -m pip install --upgrade pip
38 %THREADDIR%\Python27\python.exe -m pip install -r requirements.txt
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
DCMakeLists.txt39 install(TARGETS ${executables_mbedtls} ${executables_mbedcrypto}

123