linux-setup.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. *********************************************
  2. Linux 平台工具链的标准设置
  3. *********************************************
  4. :link_to_translation:`en:[English]`
  5. 安装准备
  6. =====================
  7. 编译 ESP-IDF 需要以下软件包:
  8. - CentOS 7::
  9. sudo yum install git wget flex bison gperf python cmake ninja-build ccache
  10. - Ubuntu 和 Debian::
  11. sudo apt-get install git wget flex bison gperf python python-pip python-setuptools cmake ninja-build ccache libffi-dev libssl-dev
  12. - Arch::
  13. sudo pacman -S --needed gcc git make flex bison gperf python-pip python-pyserial cmake ninja ccache
  14. .. note::
  15. 使用 ESP-IDF 需要 CMake 3.5 或以上版本。较早版本的 Linux 可能需要升级才能向后移植仓库,或安装 "cmake3" 软件包,而不是安装 "cmake"。
  16. 其他提示
  17. ===============
  18. 权限问题 /dev/ttyUSB0
  19. ------------------------------------------------------------
  20. 使用某些 Linux 版本向 {IDF_TARGET_NAME} 烧写固件时,可能会出现 ``Failed to open port /dev/ttyUSB0`` 错误消息。此时,可以将当前用户增加至 :ref:` Linux Dialout 组 <linux-dialout-group>`。
  21. 后续步骤
  22. ==========
  23. 继续设置开发环境,请前往 :ref:`get-started-get-esp-idf` 章节。
  24. 相关文档
  25. =================
  26. .. toctree::
  27. :maxdepth: 1
  28. :esp32: linux-setup-scratch
  29. .. _AUR: https://wiki.archlinux.org/index.php/Arch_User_Repository