I am relatively green using Linux (I am runing Ubuntu 12.04 LTS) and so don't understand how to install a downloaded program via commandline.
I need help installing the
command line ERF Utility.I have downloaded. Dumped the following files in SRC in /usr/local/src/erf/
- erf.c
- erf.h
- GNUmakefile
- Makefile
I own /usr/local/src/ and /usr/local/src/erf/
I have tried 'make' and received this feedback:
cc -g -O2 -Wall -c -o erf.o erf.c
erf.c: In function ‘build_resource_list’:
erf.c:496:9: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
cc -o erf erf.othen i tried 'sudo checkinstall' and got a bunch of feedback, but the pertinent is the following which I also get with 'make install':
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.As you canb see I don't know what I am doing and so could use some help.