blob: e4f6c15948473307a5203577891bef211a00f666 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Pd-extended build system
========================
Check out this webpage for full documentation:
http://puredata.org/docs/developer/build
While you are there, check out the rest of them:
http://puredata.org/docs/developer/
Adding specific package types
=============================
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>
|