Home
last modified time | relevance | path

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

12345678910>>...12

/hal_espressif-3.4.0/docs/en/get-started/
Dmacos-setup.rst7 Install Prerequisites
12 - install pip::
16 - install CMake & Ninja build:
20 brew install cmake ninja dfu-util
24 sudo port install cmake ninja dfu-util
28 …ended to also install ccache_ for faster builds. If you have HomeBrew_, this can be done via ``bre…
35 …Then you will need to install the XCode command line tools to continue. You can install these by r…
50 Below is an overview of steps to install Python 3.
54 brew install python3
58 sudo port install python38
[all …]
Dmacos-setup-scratch.rst10 …oc:`downloading a pre-compiled toolchain<macos-setup>`, you will need to install either the MacPor…
15 .. _MacPorts: https://www.macports.org/install.php
19 Install Prerequisites
22 - install pip::
26 - install pyserial::
28 pip install --user pyserial
30 - install CMake & Ninja build:
34 brew install cmake ninja dfu-util
38 sudo port install cmake ninja dfu-util
43 Install dependencies:
[all …]
Dlinux-setup-scratch.rst11 Install Prerequisites
18 …sudo yum -y update && sudo yum install git wget ncurses-devel flex bison gperf python3 python3-pip…
24 …sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-setuptoo…
36 - Install dependencies:
40 …sudo yum install gawk gperf grep gettext ncurses-devel python3 python3-devel automake bison flex t…
44 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …
48 …sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2ma…
52 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …
/hal_espressif-3.4.0/docs/en/api-guides/jtag-debugging/
Dbuilding-openocd-linux.rst22 Install Dependencies
25 Install packages that are required to compile OpenOCD.
29Install the following packages one by one, check if installation was successful and then proceed t…
33 sudo apt-get install make
34 sudo apt-get install libtool
35 sudo apt-get install pkg-config
36 sudo apt-get install autoconf
37 sudo apt-get install automake
38 sudo apt-get install texinfo
39 sudo apt-get install libusb-1.0
[all …]
Dbuilding-openocd-macos.rst21 Install Dependencies
24 Install packages that are required to compile OpenOCD using Homebrew::
26 brew install automake libtool libusb wget gcc@4.9 pkg-config
38 Optionally you can add ``sudo make install`` step at the end. Skip it, if you have an existing Open…
45 …in the log, use ``./configure`` to enable it as described in ``../openocd-esp32/doc/INSTALL.txt``.
Dbuilding-openocd-windows.rst15 Install Dependencies
18 Install packages that are required to compile OpenOCD::
67install`` step at the end. Skip it, if you have an existing OpenOCD (from e.g. another development…
74 …in the log, use ``./configure`` to enable it as described in ``../openocd-esp32/doc/INSTALL.txt``.
104 # make install
/hal_espressif-3.4.0/docs/zh_CN/api-guides/jtag-debugging/
Dbuilding-openocd-linux.rst33 sudo apt-get install make
34 sudo apt-get install libtool
35 sudo apt-get install pkg-config
36 sudo apt-get install autoconf
37 sudo apt-get install automake
38 sudo apt-get install texinfo
39 sudo apt-get install libusb-1.0
60 你可以选择最后再执行 ``sudo make install`` ,如果你已经安装过别的开发平台的 OpenOCD,请跳过这个步骤,因为它可能会覆盖掉原来的 OpenOCD。
67 * 如果您的设备信息未显示在日志中,请根据 ``../openocd-esp32/doc/INSTALL.txt`` 文中的描述使用 ``./configure`` 启用它。
/hal_espressif-3.4.0/docs/en/api-guides/tools/
Didf-tools.rst6 …ting Started guide. For example, on Linux and macOS it is recommended to install CMake using an OS…
21 …If you are looking for instructions on how to install the tools, see the :doc:`Getting Started Gui…
50 …le ``IDF_GITHUB_ASSETS`` to ``dl.espressif.com/github_assets``. When the install process is downlo…
52 …sed provided the URL matches the ``github.com`` download URL format: the install process will repl…
62 * ``install``: Download the tool into ``${IDF_TOOLS_PATH}/dist`` directory, extract it into ``${IDF…
64 …``install`` command accepts the list of tools to install, in ``TOOL_NAME`` or ``TOOL_NAME@VERSION`…
66 * ``download``: Similar to ``install`` but doesn't extract the tools. An optional ``--platform`` ar…
104 .. _idf-tools-install:
106 Install scripts
111 * ``install.bat`` for Windows Command Prompt
[all …]
/hal_espressif-3.4.0/docs/zh_CN/get-started/
Dmacos-setup.rst20 brew install cmake ninja dfu-util
24 sudo port install cmake ninja dfu-util
28 … ccache_ 以获得更快的编译速度。如有 HomeBrew_,可通过 MacPorts_ 上的 ``brew install ccache`` 或 ``sudo port install cc…
35 则必须安装 XCode 命令行工具,具体可运行 ``xcode-select --install``。
54 brew install python3
58 sudo port install python38
69 .. _MacPorts: https://www.macports.org/install.php
Dmacos-setup-scratch.rst15 .. _MacPorts: https://www.macports.org/install.php
28 pip install --user pyserial
34 brew install cmake ninja dfu-util
38 sudo port install cmake ninja dfu-util
47 sudo port install gsed gawk binutils gperf grep gettext wget libtool autoconf automake make
51 brew install gnu-sed gawk binutils gperftools gettext wget help2man libtool autoconf automake make
Dlinux-setup-scratch.rst18 …sudo yum -y update && sudo yum install git wget ncurses-devel flex bison gperf python3 python3-pip…
24 …sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-setuptoo…
40 …sudo yum install gawk gperf grep gettext ncurses-devel python3 python3-devel automake bison flex t…
44 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …
48 …sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2ma…
52 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …
/hal_espressif-3.4.0/docs/en/contribute/
Dinstall-pre-commit-hook.rst1 Install pre-commit Hook for ESP-IDF Project
9 If you still have python versions not compatible, please do not install pre-commit hook and update …
11 Install pre-commit
14 Run ``pip install pre-commit``
16 Install pre-commit hook
21 2. Run ``pre-commit install --allow-missing-config``. Install hook by this approach will let you co…
46 Please install python manually and update this in your ``PATH`` environment variable.
/hal_espressif-3.4.0/tools/docker/
DDockerfile8 && apt-get install -y \
33 && update-alternatives --install /usr/bin/python python /usr/bin/python3 10 \
34 && python -m pip install --upgrade \
62 # Install all the required tools
65 && $IDF_PATH/tools/idf_tools.py --non-interactive install required \
66 && $IDF_PATH/tools/idf_tools.py --non-interactive install cmake \
67 && $IDF_PATH/tools/idf_tools.py --non-interactive install-python-env \
/hal_espressif-3.4.0/docs/en/get-started-legacy/
Dlinux-setup-scratch.rst12 Install Prerequisites
19 …sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-pip python-se…
28 In this case please install a supported version via ``pip`` as it is described in section
34 - Install dependencies:
38 …sudo yum install gawk gperf grep gettext ncurses-devel python python-devel automake bison flex tex…
42 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …
46 …sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2ma…
50 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …
Dmacos-setup-scratch.rst12 Install Prerequisites
15 - install pip::
26 - Install dependencies:
28 …- Install either MacPorts_ or homebrew_ package manager. MacPorts needs a full XCode installation,…
31 .. _MacPorts: https://www.macports.org/install.php
35 sudo port install gsed gawk binutils gperf grep gettext wget libtool autoconf automake
39 … brew install gnu-sed gawk binutils gperftools gettext wget help2man libtool autoconf automake
/hal_espressif-3.4.0/components/mdns/test_afl_fuzz_host/
DREADME.md14 (Please note you have to install AFL instrumentation first, check `Installing AFL` section)
30 - On Mac, you will need to install the latest Xcode and llvm support from [Homebrew](https://brew.s…
33 … /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
34 brew install --with-clang --with-lld --HEAD llvm
41 sudo apt-get install make clang-4.0(or <=4.0) llvm-4.0(or <=4.0) libbsd-dev
44 …n can't be installed(due to system is the latest), you can download, build and install it manually.
/hal_espressif-3.4.0/components/esptool_py/esptool/
D.gitlab-ci.yml27 - pip install -e .[dev] --prefer-binary
88 - apt-get install -y python3 python3-pip softhsm2
90 - pip3 install -e .[dev,hsm] --prefer-binary
106 - pip install -e .[dev] --prefer-binary
134 - coverage run --parallel-mode setup.py install
144 - pip install .
152 - pip install -e .
156 # Check all the scripts can run when installed in Python user install directory
160 - pip install --user .
175 - python -m pip install .
[all …]
DCONTRIBUTING.rst22 $ pip install --user -e .
24 This will install ``esptool.py``’s dependencies and create some executable script wrappers in the u…
28 To also install additional tools needed for actually developing and testing ``esptool.py``, run thi…
32 $ pip install --user -e ".[dev]"
81 To use the tool, first install ``pre-commit`` and then the git hooks:
85 $ python -m pip install pre-commit
86 $ pre-commit install
88 On the first commit ``pre-commit`` will install the hooks, subsequent checks will be significantly …
/hal_espressif-3.4.0/components/lwip/test_afl_host/
DREADME.md14 (Please note you have to install AFL instrumentation first, check `Installing AFL` section)
30 - On Mac, you will need to install the latest Xcode and llvm support from [Homebrew](https://brew.s…
33 … /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
34 brew install --with-clang --with-lld --HEAD llvm
41 sudo apt-get install make clang-4.0(or <=4.0) llvm-4.0(or <=4.0) libbsd-dev
44 … version can't be installed(becouse the system is newer than 2017), you can install it from source.
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/
Dinstallation.rst13 $ pip install esptool
15 … not work and you’ll receive an error, try ``python -m pip install esptool`` or ``pip3 install esp…
17 …le on all systems by default. You can install it by a package manager of your operating system, or…
/hal_espressif-3.4.0/tools/
Dcheck_python_dependencies.py62 …check the documentation for the feature you are using, or run "%s -m pip install -r %s"' % (sys.ex…
65 # ask the user to run install.bat again.
67 install_script = 'install.bat'
69 install_script = 'install.sh'
70 …print('To install the missing packages, please run "%s"' % os.path.join(idf_path, install_script))…
72 …print("The recommended way to install a packages is via \"pacman\". Please run \"pacman -Ss <packa…
88 … print("Please run the following command to install MSYS2's MINGW Python setuptools package:")
Dtools.json13 "install": "always", string
82 "install": "always", string
151 "install": "always", string
220 "install": "on_request", string
265 "install": "always", string
336 "install": "always", string
341 "install": "never", string
398 "install": "always", string
403 "install": "never", string
460 "install": "on_request", string
[all …]
Didf_tools.py10 # and install Python requirements into it.
11 # It does not install OS dependencies. It does install tools such as the Xtensa
19 # install.sh (.bat) and export.sh (.bat) scripts are provided to invoke this script.
23 # * To install the tools, run `idf_tools.py install`.
25 # * To install the Python environment, run `idf_tools.py install-python-env`.
491 'install',
501 # possible values of 'install' field
506 …def __init__(self, name, description, install, info_url, license, version_cmd, version_regex, supp… argument
517 …[], OrderedDict(), install, info_url, license, strip_container_dirs, supported_targets) # type: i…
595 return self._current_options.install # type: ignore
[all …]
/hal_espressif-3.4.0/.github/workflows/
Dpython_lint.yml25 - name: Install dependencies
28 pip install --upgrade pip
29 pip install -r requirements.txt
32 pip install flake8
/hal_espressif-3.4.0/docs/zh_CN/get-started-legacy/
Dlinux-setup-scratch.rst19 …sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-pip python-se…
36 …sudo yum install gawk gperf grep gettext ncurses-devel python python-devel automake bison flex tex…
40 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …
44 …sudo apt-get install gawk gperf grep gettext python python-dev automake bison flex texinfo help2ma…
48 …sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex …

12345678910>>...12