make command to create the lamps executable.
The driver installation is explained in the next section.
adduser lamps
passwd lamps
mkdir lamps
mkdir help
mkdir driver
cd lamps) and copy the file lamps.tgz there (i.e. in /home/lamps/lamps).
Now unpack and compile:
tar zxvf lamps.tgz
make
The program should compile without any errors.
Include ./ in the path (edit .bash_profile, logout and login again) e.g:
PATH=$PATH:$HOME/bin:./
Now if you type lamps the program will run.
lamps without
loading another copy of it:
su root
chmod a+x /home/lamps
exit
/home/lamps/help. Go to this directory and copy
the file help.tgz here. Then unpack it:
tar zxvf help.tgz
Online help is available in lamps and it will work correctly only if the help files
are unpacked in this directory. Bear in mind that
LAMPS is continuously changing, so sometimes the help files are not upto date.
.bash_profile of the user adding
:/home/lamps/lamps to the PATH.
For example:
PATH=$PATH:$HOME/bin:/home/lamps/lamps
Now any user running xwindows can start the program by typing
lamps from a terminal window.
lamps1. Make a directory where you want to work. Copy lamps.tgz here.
2. Unpack : tar xzvf lamps.tgz
3. Compile: make
4. Add the path ./ by editing .bash_profile, logout and login again
4. Run: lamps
The secondary copy is similar to installing for offline use. Note that user.F can be used both online and offline, though online use is not so common.
Back to Installation Page