synap
August 1st, 2005, 08:59 AM
When I have a little more time I will make this thread into a How To. From a fresh install of ubuntu these are the steps I had to follow to compile and install the Nostromo n52 drivers.
Note that I still havent figure out how to set the permissions on the files listed in the 3rd post.
sudo apt-get install cvs
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nostromodriver login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nostromodriver co -P nostromo_driver
cd nostromo_driver
sudo apt-get install automake1.6
sudo apt-get install texinfo
sudo apt-get install libfltk1.1-dev
sudo apt-get install libgtk+2.0-directfb-udeb-dev
sudo apt-get install libxml2-dev
sudo apt-get install fluid
sudo apt-get install libxtst-dev
sudo ./configure
sudo make
sudo make install
Note that I still havent figure out how to set the permissions on the files listed in the 3rd post.
sudo apt-get install cvs
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nostromodriver login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nostromodriver co -P nostromo_driver
cd nostromo_driver
sudo apt-get install automake1.6
sudo apt-get install texinfo
sudo apt-get install libfltk1.1-dev
sudo apt-get install libgtk+2.0-directfb-udeb-dev
sudo apt-get install libxml2-dev
sudo apt-get install fluid
sudo apt-get install libxtst-dev
sudo ./configure
sudo make
sudo make install