OpenFPC
OpenFPC copied to clipboard
Client Installation
I couldn't get the debian files to build, so I extracted what it does for client installation. It's easy. This is tested on Ubuntu 16 Desktop
- sudo apt-get install libterm-readkey-perl libarchive-zip-perl libfilesys-df-perl libdatetime-perl libdate-simple-perl libswitch-perl libdata-uuid-perl git-core
- git clone https://github.com/leonward/OpenFPC.git
- make an OFPC dir in your perl library folder sudo mkdir /usr/share/perl5/OFPC
- copy Parse.pm and Request.pm from OpenFPC/OPFC to /usr/share/perl5/OFPC
- copy openfpc-client from OpenFPC folder from clone to /usr/bin