# $Id: /mirror/trunk/src/dynoplibs/README 11501 2006-02-10T18:27:13.457666Z particle  $

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.
