Install packages from source

From Granular Linux Documentation

Jump to: navigation, search

Introduction

Many of you have heard about installing packages from source, but have never did that because it's somewhat difficult. First, why would you want to install a package from source when you can easily install it using Synaptic Package Manager? There could be many answers to this question, primarily being you want to install the latest version of a software not yet available through Synaptic. Or you want to install a software not available through Synaptic at all.

Howto

We'll take the example of installing Wine.

./configure
make
make install

The above procedure works for most source packages, but may not work with some.

Notes

./configure --prefix=/home/john/wine
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox