# $Id: /parrot/offline/src/dynoplibs/README 2 2006-08-01T20:22:43.009903Z svm  $

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.
