~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to README

  • Committer: Monty Taylor
  • Date: 2009-04-14 19:16:51 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090414191651-ltbww6hpqks8k7qk
Clarified instructions in README.

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 ||