My hard disk crashed solid. Ouch. So I set up Ubuntu 8.04 (64-bit)
Here's the steps for OWFS.
Basic ubuntu install and added lots of fluff.
Then for OWFS ---
sudo apt-get install cvs
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install libtool
# For filesystem (FUSE)
sudo apt-get install libfuse-dev
# For USB support
sudo apt-get install libusb-dev
sudo apt-get install libusb++-dev
# For languages
sudo apt-get install swig
sudo apt-get install php5
sudo apt-get install php5-dev
sudo apt-get install python-dev
sudo apt-get install libperl-dev
sudo apt-get install tcl-dev
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/owfs login
# (no password)
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/owfs co owfs
cd owfs
./bootstrap
./configure
make
sudo make install
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers