Difference between revisions of "Nano"
From NAS-Central Buffalo - The Linkstation Wiki
(→Mipsel) |
m |
||
Line 13: | Line 13: | ||
====PowerPC==== | ====PowerPC==== | ||
cd /usr/bin | cd /usr/bin | ||
− | <nowiki>wget http://downloads. | + | <nowiki>wget http://downloads.nas-central.org/powerpc-hdhlan-LS1/ppc-nano_static</nowiki> |
mv ppc-nano_static nano | mv ppc-nano_static nano | ||
====Mipsel==== | ====Mipsel==== | ||
cd /usr/bin | cd /usr/bin | ||
− | <nowiki>wget http://downloads. | + | <nowiki>wget http://downloads.nas-central.org/LS2_MIPSel/Packages/mipsel-nano_2.0</nowiki> |
mv mipsel-nano_2.0 nano | mv mipsel-nano_2.0 nano | ||
Line 32: | Line 32: | ||
make install | make install | ||
− | If you run into problems with not having the sort command available, see here: http:// | + | If you run into problems with not having the sort command available, see here: http://nas-central.org/index.php/Sort_is_missing_in_OpenLink-mipsel |
==FreeLink== | ==FreeLink== |
Revision as of 01:42, 11 September 2007
|
Contents
Introduction
nano is a curses-based text editor for Unix and Unix-like systems, licensed under the GNU General Public License. It is a free software clone of Pico, the editor of the Pine email client. nano aims to emulate the functionality and easy-to-use interface of Pico, but does not have the tight mailer integration of the Pine/Pico package.
Installation
OpenLink
There are two options on how to install nano in OpenLink, either run a precompiled Static Binary or compile your own: Build From Source
Use Static Binaries
PowerPC
cd /usr/bin wget http://downloads.nas-central.org/powerpc-hdhlan-LS1/ppc-nano_static mv ppc-nano_static nano
Mipsel
cd /usr/bin wget http://downloads.nas-central.org/LS2_MIPSel/Packages/mipsel-nano_2.0 mv mipsel-nano_2.0 nano
Build From Source
- Install the Precompiled C development environment, running on the LS
- Get the source tarball and compile
wget http://www.nano-editor.org/dist/v2.0/nano-2.0.2.tar.gz tar xvfz nano-2.0.2.tar.gz cd nano-2.0.2/ ./configure make make install
If you run into problems with not having the sort command available, see here: http://nas-central.org/index.php/Sort_is_missing_in_OpenLink-mipsel
FreeLink
Use apt-get to install nano
apt-get install nano
External links
![]() |
This article is currently a stub. You can help this Wiki by expanding it . This template will categorize articles that include it into Category:Stubs. |