Skip to content

Commit fb45ea2

Browse files
committed
Update Build_locallib_debian_ubuntu14.10.md
1 parent be2aeb9 commit fb45ea2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Build_locallib_debian_ubuntu14.10.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
These instructions use local::lib (https://metacpan.org/pod/local::lib) to build the padre sources. Ubuntu 14.10 has a recent perl (5.20.1) and padre (1.00). This is also the case for Debian testing and unstable. Kudos to the Debian Perl Group (https://pkg-perl.alioth.debian.org/).
22

3-
* Get the OS dependencies. The easieast way is just to install the packaged padre. Its dependencies include local::lib.
3+
* Get the OS dependencies. The easieast way is just to install the packaged padre. Its dependencies include local::lib:
44
```
55
$ sudo apt-get install padre
66
```
77
This padre can of course be starting by just typing:
88
`$ padre`
99

10-
* Get development dependencies for Padre.
10+
* Get development dependencies for Padre:
1111
`$ cpanm -l ~/perl5 Module::Install`
1212

13-
* Clone Padre (use ssh if you have a github account).
13+
* Clone Padre (use ssh if you have a github account):
1414
```
1515
$ mkdir -p ~/Code && cd ~/Code
1616
$ git clone https://github.com/PadreIDE/Padre.git
1717
```
18-
* Install Padre and dependencies.
18+
* Install Padre and dependencies:
1919
`$ cpanm -l ~/perl5 .`
2020

21-
* Run Padre
21+
* Run Padre:
2222
* in dev mode:
2323
`$ ./dev`
2424
* or installed app:

0 commit comments

Comments
 (0)