How to make and install nano text edit on solaris 10 (sparc)

1.download source code  nano at http://www.nano-editor.org/download.php

2.extract tar and gz
2.1 #gunzip nano.x.x.tar.gz
2.2 #tar -vxf nano.x.x.tar

3.create a MakeFile

#cd /nano.x.x

#./configure –prefix=/usr

for install “nano” to /usr/bin (after make install)

4.Make File

#make

(binary output is ./src/nano)

5.Install

#make install


Tags: , , ,

Leave a Reply

You must be logged in to post a comment.