Tuesday, September 14, 2010

SBR600-Lab1 install 2 package

1.NLED
The Neat Little EDitor is a text mode, full-screen programmer's editor
1.I downlodaded the NLED source.
http://cdot.senecac.on.ca/software/nled/
The file extracts command tar -xf neld_2_52_src.tgz
 change directory command neld-2.52
Error message below
[ycshon@localhost nled-2.52]$ make
cc -O -c -o nled.o nled.c
make: cc: Command not found
make: *** [nled.o] Error 127
Nled may need C compiler beacuse NLED is using C programming
I install yum install "*/ncurses.h" and yum install gcc

[ycshon@localhost nled-2.52]$ make
cc -O -c -o nled.o nled.c
cc -O -c -o nledisp.o nledisp.c
cc -O -c -o nledit.o nledit.c
cc -O -c -o nledio.o nledio.c
cc -O -c -o nledmisc.o nledmisc.c
cc -O -c -o nledata.o nledata.c
cc -O -c -o qkdisp.o qkdisp.c
cc -o nled nled.o nledisp.o nledit.o nledio.o \
     nledmisc.o nledata.o qkdisp.o -lcurses
Now,made NLED editor.
2.aMSN
A very nice MSN compatible messenger application, aMSN Messenger is a multiplatform MSN messenger clone.
Works pretty much like its Windows based counterpart.
Perfect for keeping in touch with those friends who have not yet seen the light.
I downloded from http://sourceforge.net/projects/amsn/files/amsn/0.98.3/amsn-0.98.3-src.tar.bz2/download
command: tar -xvf amsn-0.98.3-src.tar.bz2
command:yum install gcc-c++
command:yum install tcl-devel
command:yum install tk-devel
command:yum install libpng-devel
command:yum install libpeg-devel
command:yum install gstreamer-devel
command:yum install farsight2-devel

compile time options summary
============================

    X11          : yes
    Tcl         : 8.5
    TK          : 8.5
    DEBUG        : no
    STATIC       : no
    FARSIGHT     : yes
    LIBV4L       : no
    GUPNP-IGD    : no

command:./configure and make
rum programming ./amsn



No comments:

Post a Comment