mud/fluffos-2.23-ds03/packages/readme
2020-09-06 05:43:07 -07:00

13 lines
289 B
Plaintext

In order to add a package, do the following:
(1) Pick a name for your package (we will use 'foo' here)
(2) Put the prototypes for the efuns in foo_spec.c
(3) implement the efuns in foo.c
(4) add #define PACKAGE_FOO to options.h or local_options
(5) do a full recompile (make remake)