OpenFPC icon indicating copy to clipboard operation
OpenFPC copied to clipboard

Client Installation

Open john-r2 opened this issue 7 years ago • 0 comments

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

  1. 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
  2. git clone https://github.com/leonward/OpenFPC.git
  3. make an OFPC dir in your perl library folder sudo mkdir /usr/share/perl5/OFPC
  4. copy Parse.pm and Request.pm from OpenFPC/OPFC to /usr/share/perl5/OFPC
  5. copy openfpc-client from OpenFPC folder from clone to /usr/bin

john-r2 avatar Dec 18 '18 14:12 john-r2