| Step | What we are doing in the step | command |
| 1 | download the tar (Version B0.1.0) click on link | FDS-B0.10.0.tar |
| 2 | Uncompress the tar file. | tar -xvf FDS-B0.1.tar |
| 3 | Move the FDS directory to /etc | sudo cp -r FDS /etc/ |
| 4 | Change to the /etc/FDS directory | cd /etc/FDS |
| 5 | copy the startup script to /etc/init.d | sudo cp scripts/FDS /etc/init.d/ |
| 6 | copy the libwpsapi.so lib to /usr/lib/ | sudo cp libwpsapi.so /usr/lib/ |
| 7 |
(If you do not want FDS to start automaticaly skip this step) Update your bootup scripts to start FDS when computer starts |
cd /etc/init.d
sudo update-rc.d FDS defaults |


