keenetic / keenetic-sdk

KeeneticOS build system
GNU General Public License v2.0
140 stars 26 forks source link

Update README for 4.x branch #14

Open dartraiden opened 1 year ago

dartraiden commented 1 year ago
  1. apt install attr bc build-essential curl gawk git libhtml-parser-perl libjson-perl libncurses-dev libssl-dev libxml-libxml-perl python python3 subversion unzip zlib1g-dev

On the latest Ubuntu LTS (22.04) there is no python package, use python-is-python3 instead. Also, you need to install jq and python3-distutils otherwise, unpack.sh exits because it requires these packages.

  1. Write down the version of KeeneticOS (e.g. 4.00.C.4.0-0). $ # replace <version> below with yours from Step 1 $ git clone --depth 1 --branch <version> https://github.com/keenetic/keenetic-sdk.git

There is no such branch. https://github.com/keenetic/keenetic-sdk/branches

The version for git clone command should be 4.00, not 4.00.C.4.0-0

philliebe commented 1 month ago

Works for 4.01.C.7.0-1

image