~ubuntu-branches/ubuntu/saucy/glib2.0/saucy-updates

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-08-12 15:13:18 UTC
  • mfrom: (1.63.23) (172.1.14 experimental)
  • Revision ID: package-import@ubuntu.com-20130812151318-3315gpgl247qxds8
Tags: 2.37.5-1ubuntu1
* Resynchronise on Debian experimental, remaining changes:
  - Build-Depend on python:any for cross building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Simple install procedure
2
2
========================
3
3
 
4
 
  % tar xf glib-2.37.3.tar.gz       # unpack the sources
5
 
  % cd glib-2.37.3                  # change to the toplevel directory
 
4
  % tar xf glib-2.37.5.tar.gz       # unpack the sources
 
5
  % cd glib-2.37.5                  # change to the toplevel directory
6
6
  % ./configure                             # run the `configure' script
7
7
  % make                                    # build GLIB
8
8