[t][cage] Remove PGE-dependence from t/op/inf_nan.t since it is part of 'make coretest'
[parrot.git] / src / dynoplibs / README
blob8e30dc48c1400808d3b89fa814ddd9a43475b450
1 # $Id$
3 This directory is intended for building dynamic opcode libs.
5 1) edit/create your foo.ops source (s. myops.ops)
7 2) edit Makefile and append your ops target(s)
9 $ export LD_LIBRARY_PATH=.:blib/lib
10 $ make -s
11 $ make shared
12 $ make dynoplibs
14 For tests and thus examples see t/dynoplibs/*.t.