~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Scott Moser
  • Date: 2012-06-04 20:28:04 UTC
  • Revision ID: smoser@ubuntu.com-20120604202804-821vhzi7ifduox20
README: add dependencies

 - ncurses-dev: needed for 'make br-menuconfig'
 - unzip: needed for buildroot build

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * cd cirros
9
9
 
10
10
 * get some build dependencies:
11
 
   $ sudo apt-get -y install bison flex texinfo build-essential gettext
 
11
   $ sudo apt-get -y install bison flex texinfo build-essential gettext ncurses-dev unzip
12
12
 
13
13
 * download buildroot and setup environment
14
14
   $ br_ver="2011.08"