~stewart/dbd-drizzle/fixup-for-modern-perl

« back to all changes in this revision

Viewing changes to README

  • Committer: Patrick Galbraith
  • Date: 2010-10-19 08:31:06 UTC
  • Revision ID: patg@patg-desktop-20101019083106-zdxdybpyqi8imr7v
Version .301 to be released. Added Eric's patch plus work on column_info

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
-------------
13
13
You should only have to run the following:
14
14
 
15
 
perl Makefile.PL --cflags=-I/usr/local/libdrizzle
 
15
perl Makefile.PL --cflags=-I/usr/local/drizzle/include/ --libs=-"L/usr/local/drizzle/lib -ldrizzle"
 
16
 
16
17
 
17
18
Depending on where libdrizzle is installed. Also, you'll want to make 
18
19
sure that ldconfig has configured libdrizzle to be in your library path