answersLogoWhite

0

Most Linux applications can be compiled and installed by issuing the following commands:

./configure - This configures the compilation script, and checks to see if you have a working compiler installed.

make - This compiles the program.

make install - This places the program in the proper directory, such as /usr/bin or /usr/local.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you insert a picture from netbeans 6.5?

By using the html code we can able to insert the imagein netbeans.


Do you need netbeans to create java applets for your website?

No, you just need to know how to type manually the code. Netbeans, instead, can type the code for your.


How do you build c plus plus programs using netbeans IDE?

Netbeans is primarily a code editor and Java compiler. Although it supports the C++ language, it has no C++ compiler or linker. For that you must provide your own.


What will make install do in Linux?

when you download source code, it's usually compiled using these steps: 1. ./configure configures the software for compiling, used for enabling various features 2. make does all the compiling, turns the source code into programs using instructions created by the first step 3. make install moves the compiled programs to somwhere in the system that's in the system PATH varaible


Are you allowed to to download the source code for an open source program modify it to meet your needs then install it on your computer?

Yes we are allowed to download the source code for an open source program and modify it to meet our needs then install it on our computer provided we also can't hide the source code. We have to let it downloadable and modifiable following the norms of GPL ( General Public License).Avinash Singh


How can you get half life source?

The Half-Life source is proprietary. There is no way to legally obtain the source code, unless you work for Valve.To get the game Half-Life: Source, install Steam, , buy the game for $10, then install the game.


How do you get the HTML source on Windows Vista?

It depends on what browser you're using. If you're using IE, then you have to go to View->Source to open a new window with the source code. If you're using another major browser, Ctrl+U will show the source code.


In Ubuntu when you install software using 'apt-get' where are the source code files on your hard drive?

apt does not download source files by default, only binary packages. The packages are stored in /var/cache/apt/archives; the contents are installed in various directories, depending on purpose. You can fetch the source for a package by using the command "apt-get source <packagename>." The source tarball will be downloaded to the current directory.


Java source code for median filter algorithm?

research is going on to develop a source code for median filtering using java


How do you make menu using jcreator in java?

Currency Source Code Using JCreator


Can you install Counter Strike Source on 2 different computers without having to use the same code?

No


How do you get the source code for Ubuntu?

Ubuntu is whole operating system, and thus is not composed of just source code. You probably want the source of the kernel, for which just type "sudo apt-get install linux-source-2.x.xx" Replace x'es with kernel version you are interested in, typically version of your kernel. Type "uname -r" to find out, example result: 2.6.35-22-generic For which you should type "sudo apt-get install linux-source-2.6.35" Or just install linux-source, which always contains the latest source code. I don't know where it will be installed, sorry :p For individual programs, look on their webpages.