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

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-09-18 11:49:30 UTC
  • mfrom: (1.63.26) (172.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20130918114930-25x6p3ytts9nnlvd
Tags: 2.37.93-1ubuntu1
* Rebase 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.7.tar.gz       # unpack the sources
5
 
  % cd glib-2.37.7                  # change to the toplevel directory
 
4
  % tar xf glib-2.37.93.tar.gz       # unpack the sources
 
5
  % cd glib-2.37.93                  # change to the toplevel directory
6
6
  % ./configure                             # run the `configure' script
7
7
  % make                                    # build GLIB
8
8