gcc gcc-c++ ncurses-dev libstdc++ libstdc++-devel automake texinfo
$ bzr co http://bzr.linux-foundation.org/lsb/devel/si/ $ mkdir tools $ cd tools $ bzr co http://bzr.linux-foundation.org/lsb/devel/nALFS/ $ cd ..
# cd si/build # mkdir -p /usr/src/si/packages # ./Configure ...Answer the questions, use the default settings... # make nalfs # make update ...This pulls down the packages... # cp patches/* /usr/src/si/packages/. ...This copies the patches into the packages directory... # extras/entitycheck.py -c ...This checks the entities (including patches) to ensure you have everything. If you get a failure here, check to make sure you have all of the patches... # make ...This builds the LSBsi...
Everything here is assumed to be done on a fresh Ubuntu 0710 install.
bzr texinfo libc6-dev ncurses-dev libexpat-dev bison m4 flex patch build-essential \ dpkg-dev g++ g++-4.1 libstdc++6-4.1-dev gcc-3.4-base
$ bzr co http://bzr.linux-foundation.org/lsb/devel/si/ $ mkdir tools $ cd tools $ bzr co http://bzr.linux-foundation.org/lsb/devel/nALFS/ $ cd ..
# cd si/build # mkdir -p /usr/src/si/packages # ./Configure ...Answer the questions, use the default settings... # make nalfs # make update ...This pulls down the packages... # cp patches/* /usr/src/si/packages/. ...This copies the patches into the packages directory... # extras/entitycheck.py -c ...This checks the entities (including patches) to ensure you have everything. If you get a failure here, check to make sure you have all of the patches... # make ...This builds the LSBsi...