-
Notifications
You must be signed in to change notification settings - Fork 4
Build FireFuse
Dayton edited this page Dec 20, 2013
·
49 revisions
- Build and install FirePiCam
- Install Node.js
-
cd ~
home directory -
sudo apt-get install libfuse-dev
install FUSE development package -
sudo ex -s -c "g/#user_allow_other/s/#//" -c wq /etc/fuse.conf
_configure FUSE to allow user mounts_j -
cd ~
home directory git clone git://github.com/firepick1/FireFuse
-
cd FireFuse
FireFuse directory -
sudo cp firefuse.conf /etc/ld.so.conf.d/; sudo ldconfig
allow /usr/local/lib linkage
cd ~/FireFuse/
sudo ./build
-
cat /dev/firefuse/status
test it!
-
sudo ./postinst
launch FireFuse on reboot sudo reboot
-
cat /dev/firefuse/status
test it!
-
sudo ./postrm purge
do not launch FireFuse on reboot sudo reboot
-
cat /dev/firefuse/status
should fail