Elyes Haouas has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/83032?usp=email )
Change subject: Documentation: Correct libncurses-dev pkg name for debian ......................................................................
Patch Set 3:
(2 comments)
File Documentation/mainboard/gigabyte/ga-g41m-es2l.md:
https://review.coreboot.org/c/coreboot/+/83032/comment/fb4864bf_4a8f1d87?usp... : PS3, Line 41: Install tools and libraries needed for coreboot: : : ```shell : sudo apt-get -V install bison build-essential curl flex git gnat libncurses-dev m4 zlib1g-dev wget python2 python-is-python2 flashrom : ``` This part is related to "Documentation/tutorial/part1.md" section "### Step 1 - Install tools and libraries needed for coreboot"
https://review.coreboot.org/c/coreboot/+/83032/comment/b2ae8f69_c6493cff?usp... : PS3, Line 47: ### Get sources : : You need about 700 MB disk space for sources only and ~2GB disk space for sources + build results : : ```shell : git clone --recursive https://review.coreboot.org/coreboot.git : ``` : this related to 'Documentation/tutorial/part1.md'