diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-06-26 16:56:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-06-26 16:56:51 +0200 |
commit | aa90edb11ca8fb9b0e4d0caee6b1cc35ff7d745f (patch) | |
tree | f3458c71d27f3ff8441bc4b01eabe8f0622d6850 | |
parent | 50ada4f4b85eab798f0504258168e651c9faec04 (diff) |
README: Build.PL needs PERL5LIB to be set
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,10 +51,11 @@ or cpanm -n --installdeps . ``` -Next, you need to build App::VRR::Fakedisplay, which is required for the lED +Next, you need to build App::VRR::Fakedisplay, which is required for the LED frontend and shipped with vrr-fakedisplay. ``` +export PERL5LIB=local/lib/perl5 perl Build.PL ./Build ./Build manifest |