~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to README

  • Committer: Brian Aker
  • Date: 2009-04-16 20:12:59 UTC
  • mfrom: (992.1.20 mordred)
  • Revision ID: brian@gaz-20090416201259-2x3czxb5hsdisr6h
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
https://launchpad.net/drizzle
6
6
 
7
7
Compiling:
8
 
# bzr branch lp:drizzle ; cd drizzle;
9
 
./config/autorun.sh &&
 
8
# If you got the source from bzr, run:
 
9
./config/autorun.sh
 
10
# The following steps are the same regardless of where you got the source
10
11
./configure --prefix=${HOME}/builds/drizzle && 
11
12
make &&
12
13
make test ||