Update doc for dependency Module::Install (#2877)
After moving to AnyEvent-I3, a new testsuite dependency is introduced: Module::Install. Update the doc for this. See the issue #2876.
This commit is contained in:
parent
f1e6d4ef2d
commit
044f03d5c7
|
@ -82,6 +82,8 @@ The tests additionally require +Xephyr(1)+ to run a nested X server. Install
|
||||||
$ cd ~/i3/testcases
|
$ cd ~/i3/testcases
|
||||||
$ sudo apt-get install cpanminus
|
$ sudo apt-get install cpanminus
|
||||||
$ sudo cpanm .
|
$ sudo cpanm .
|
||||||
|
$ cd ~/i3/AnyEvent-I3
|
||||||
|
$ sudo cpanm .
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
If you don’t want to use cpanminus for some reason, the same works with cpan:
|
If you don’t want to use cpanminus for some reason, the same works with cpan:
|
||||||
|
@ -90,6 +92,8 @@ If you don’t want to use cpanminus for some reason, the same works with cpan:
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
$ cd ~/i3/testcases
|
$ cd ~/i3/testcases
|
||||||
$ sudo cpan .
|
$ sudo cpan .
|
||||||
|
$ cd ~/i3/AnyEvent-I3
|
||||||
|
$ sudo cpan .
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
In case you don’t have root permissions, you can also install into your home
|
In case you don’t have root permissions, you can also install into your home
|
||||||
|
|
Loading…
Reference in New Issue