Want to install "vi" on your Puppy?

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
cklammer
Posts: 28
Joined: Sat 26 Apr 2008, 14:12
Location: Abu Dhabi, United Arab Emirates

Re: Want to install "vi" on your Puppy?

#16 Post by cklammer »

SimonW wrote:The classic editor! You'll need to compile it, so you'll need the devx sfs too, but if you take the following source:
http://nchc.dl.sourceforge.net/sourcefo ... 25.tar.bz2

Edit the Makefile to suit (it's too early to have a configure script) ; make ; make install.

Also install the following file in /etc/termcap:
http://www.ambienteto.arti.benicultural ... termcap.gz

Then it works well. You can log in remotely to your Puppy box and edit files!

The executable is only 226kb and the termcap is 9300 bytes approx.

I can't make pets or pup files yet but perhaps someone else will.
Okay for me using devx_400 under Dingo (4.00) .. Only one issue:

in /etc/profile you have comment out the line

Original:

Code: Select all

alias vi e3vi
New:

Code: Select all

#alias vi e3vi
otherwise it will keep using e3.

Post Reply