~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to README

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
https://launchpad.net/drizzle
6
6
 
7
7
Compiling:
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
 
8
# bzr branch lp:drizzle ; cd drizzle;
 
9
./config/autorun.sh &&
11
10
./configure --prefix=${HOME}/builds/drizzle && 
12
11
make &&
13
12
make test ||