Offline Software Installation on Ubuntu 11.04, Natty Narwhal
Jump to navigation
Jump to search
Dependencies
Here is a list of known necessary packages needed for successful build of NuWa's externals and projects:
g++ libbz2-dev libxp-dev flex uuid-dev procmail libxft-dev libgtk2.0-dev \ libglu1-mesa-dev libxi-dev libxaw7-dev libreadline5-dev libncurses5-dev gawk libjpeg8-dev
Install these with
sudo apt-get install g++ libbz2-dev libxp-dev flex uuid-dev procmail libxft-dev libgtk2.0-dev \ libglu1-mesa-dev libxi-dev libxaw7-dev libreadline5-dev libncurses5-dev gawk libjpeg8-dev
If you experience difficulties related to installation on Lucid add a note (with possible solution) here, please.
Warning
There has been several reports that nuwa cannot be build on this system (and surely on newer). The most likely culprit is g++ compiler, newer than 4.4. To overcome this obstacle, it is suggested to install g++-4.4 package, and create soft links to it in your binary PATH (/usr/bin). (gcc -> gcc-4.4, g++ -> g++-4.4, and possibly others)
This was not tested, yet. Anyone try this, please share the experience with others here.