Wednesday, September 15, 2010

Building Nled and Azureus

NLED - Neat Little Editor is a text mode programmers editor.

In order to install NLED you need:

1.  install the program from the website: http://cdot.senecac.on.ca/software/nled/

2. Once installed, open a terminal and type: "tar -xzf nled_2_52_src.tgz

you will then need to install the C compiler, yum install gcc, and install the ncurses library, yum install */ncurses.h.
(you must be in root, su, to install them)

Finally type ./nled to start the program.


Azureus is a P2P file sharin client that uses the bittorrent protocol.

First, go to the link to download:
http://downloads.sourceforge.net/project/azureus/vuze/Vuze_4504/Vuze_4504_linux.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fsearch%2F%3Fwords%3Dazureuys%26type_of_search%3Dsoft%26words%3Dazureus%26search%3DSearch&ts=1284601611&use_mirror=softlayer

Once downloaded, open up a terminal and extract the .tar file from it's downloaded location using the line: tar xvf Vuze*



When extraction is complete move to the folder: cd vuze

(Azureus will need Java to run)

Finally run the program with: ./azureus

No comments:

Post a Comment