Changes between Version 35 and Version 36 of OpenWrt/building


Ignore:
Timestamp:
03/28/2023 08:35:56 PM (13 months ago)
Author:
Tim Harvey
Comment:

update build prerequisites

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/building

    v35 v36  
    7272On an Ubuntu desktop development system for example the following should install all necessary pre-requisites:
    7373{{{#!bash
    74 sudo apt-get install subversion build-essential  ;# std dev tools
    75 sudo apt-get install zlib1g-dev libncurses5-dev gawk flex git-core unzip gettext quilt libssl-dev ;#  other libs/tools needed by OpenWrt Buildroot
     74sudo apt-get install git-core subversion build-essential  ;# std dev tools
     75sudo apt-get install python3 python3-distutils-extra zlib1g-dev \
     76 libncurses5-dev libssl-dev libsnmp-dev libpam0g-dev liblzma-dev \
     77 gawk flex unzip gettext quilt wget rsync curl cpio xz-utils;#  other libs/tools needed by OpenWrt Buildroot
    7678}}}
    7779 * **NOTE**: If you are experiencing difficulties, Here is a list of the pre-requisites from the general OpenWrt Site. OpenWrt buildroot prerequisites listed ​here