PDF download Download Article PDF download Download Article

Once you have decided to migrate to open source software, you will need to do some basic installing. This page offers some elementary and generic information on installing. For more detail, search for the particular program you are interested in.

Installing open source software depends on your operating system. This is a how-to compilation for multiple operating systems; read the appropriate section for your OS.

Method 1
Method 1 of 2:

Linux /Unix/Unix-Like Systems

PDF download Download Article
  1. This is always the recommended method.
    • Download and uncompress the source code.
    • In the terminal, move into the extracted directory.
    • Run " ./configure " to configure the software.
    • Run " make " to compile the software.
    • Run " make install " to install the software.
  2. Advertisement
Method 2
Method 2 of 2:

Microsoft Windows

PDF download Download Article
  1. This is also because it does not come with the make build system, so compiling from source code is harder. You will need to install a precompiled version.
    • Go to the project website.
    • Check for ports of the program. Find a port for either Windows or your version of Windows.
    • Download and run the installer.
    • Once installed, shortcuts will likely be created.

Expert Q&A

Ask a Question
      Advertisement

      Tips

      • It is possible to use the make build system on Windows, but it is beyond the scope of this page.
      • Open Source Software is usually in the form of source code, but you may be able to find binaries for your operating system if the build fails.
      • If all else fails, read the README or INSTALL files for instructions.
      Show More Tips
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Installing or replacing critical system components can be dangerous. Make sure you know what you are doing.
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 104,070 times.

      Is this article up to date?

      Advertisement