# $Id: /parrotcode/trunk/src/dynoplibs/README 470 2006-12-05T03:30:45.414067Z 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.
