# $Id: README 37201 2009-03-08 12:07:48Z fperrad $

This directory is intended for building dynamic opcode libs.

1) edit/create your foo.ops source (s. myops.ops)

2) edit Makefile and append your ops target(s)

$ export LD_LIBRARY_PATH=.:blib/lib
$ make -s
$ make shared
$ make dynoplibs

For tests and thus examples see t/dynoplibs/*.t.
