Skip to content

Commit

Permalink
Update Build_locallib_debian_ubuntu14.10.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Feb 17, 2015
1 parent be2aeb9 commit fb45ea2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Build_locallib_debian_ubuntu14.10.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
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/).

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

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

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

* Run Padre
* Run Padre:
* in dev mode:
`$ ./dev`
* or installed app:
Expand Down

0 comments on commit fb45ea2

Please sign in to comment.