Updated Compile on Arch based distro (markdown)

zxkmm 2023-05-19 16:59:28 +08:00
parent f0a63a3a47
commit 56b6e44145

@ -1,7 +1,7 @@
_Debian based is more recommended since the dependency chain is clearer and more independently. So if you are just planning pickup a Linux to play with this project, use Debian based, instead of Arch based. But if you already decided to use Arch, please prevent breaking dependencies chain with `pacman -Syu`_
# 1. Install dependence
``
sudo pacman -S git tar wget dfu-util cmake python3 bzip2 lz4 curl hackrf python-distutils-extra python-setuptools python-pip python-yaml libopencm3
sudo pacman -S git tar wget dfu-util cmake make python3 bzip2 lz4 curl hackrf python-distutils-extra python-setuptools python-pip python-yaml libopencm3
``
Check the output and make sure are the packages listed above were installed correctly.