Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
If you have *.tar.gz installation file, after unpacking it as told by uncle_urfi, go to that newly created folder and there will be an INSTALL file. All the installation instructions will be there. The general procedure will be
I am new to linux, should i type the 'make' in the terminal or is the somewhere else where i should type. I tried terminal while trying to instal a module in perl and it did not work.
If your package is as *.rpm file, you need not issue 'make'. Find out where the insallation is by 'locate' and using file find utility in GUI and then run the program. The documetation for installed *.rpm files by default will be in /usr/share/doc/ folder.
If you have unpacked *.tar.gz file, go to that newly created folder in the terminal by 'cd [directory path]' command and then, in the terminal give these commands. As I told, this instruction will be in the 'INSTALL' file.
#./configure
#make (I am sorry, this is not capital 'M', small letter 'm')
#make install
After this you can start the program with the instruction given in /doc sub folder within this folder.
I though "yum" was the preferred application installer/updater for RedHat. Or maybe "apt-get", the Debian version. You type something like "yum install firefox". It downloads the rpm, installs it, and and maybe adds a menu item to your X desktop.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.