diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/README b/packages/README new file mode 100644 index 00000000..b256937c --- /dev/null +++ b/packages/README @@ -0,0 +1,23 @@ + +This directory is for package builders for various platforms. The +directories here should be named using the following format: + +platform_pkgname + +So for example, Pd for Windows runs on the Win32 platform, and uses Inno +Setup to create the installer package, so the directory is called: +win32_inno. This name should also be all lowercase and use an underscore for +a separator. + +There are package making files out there that are not in the Pd CVS. I know +of the PlanetCCRMA RPMs and Mandrake RPMs. So for example, when these get +checked it, they should be in: + +planetccrma_rpm +mandrake_rpm + +Standards are good! ;) + +<hans@at.or.at> + + |