Subversion Repositories filter_foundry

Rev

Rev 61 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
60 peter 1
Prerequisites
2
===================
3
 
4
1) flex and bison
5
The easiest way to get these (and many other useful GNU tools) is described here:
6
http://getgnuwin32.sourceforge.net/
7
Set path variable to the binaries
8
 
9
2) Photoshop 6.0 SDK
10
Available from Photoshop 6.0 CD
11
 
12
Watcom 1.6beta RC1 or later
13
Available here:
14
http://www.openwatcom.org/ftp/devel/
15
 
16
3) SVN client
17
Available here:
18
3)SVN client
19
After installing Watcom get the command line svn client:
20
http://subversion.tigris.org/files/documents/15/34093/svn-1.4.0-setup.exe
21
After installing all these reboot, or set the environment manually
22
 
23
How to get filterfoundry:
24
===========================
25
 
26
Make a directory anywhere for telegraphics plugins, remember, no spaces in pathname
27
cd into the directory.
28
type
29
svn checkout http://www.telegraphics.com.au/svn/common/trunk common
30
svn checkout http://www.telegraphics.com.au/svn/filterfoundry/trunk filterfoundry
31
 
32
How to build:
33
===============
34
Hint:
35
  If you never used Watcom to build Photoshop plugins best start with the 
36
  countcolours plugin and ensure it compiles. Read the HowTo.
37
  Look for it at http://www.telegraphics.com.au/sw/ or get it with
38
  svn checkout http://www.telegraphics.com.au/svn/countcolours/trunk countcolours
39
 
40
Open filterfoundry.wpj in Watcom's IDE.
41
In menu File->Before set the path to your Photoshop SDK.
42
 
43
Thats all, you can build the project then.
44
 
45
Remarks
46
=========
47
 
48
flex and bison are currently invoked as batch process.
49
This is defined in the menu File->Before.
50
The ide fails to build the project when filenames contain more than one dot.
51
Therefore the output files of bison and lex are copied.
52
There is no error checking done.
53
Probably it would be better to write a small wmake file for this purpose.
54
 
55
If there are problems building or using the watcom generated plugin please 
56
inform me.
57
I dont regulary use filterfoundry but I checked all examples if they work.
58
I used Photoline 32, available at www.pl32.com to check it, because it has very
59
flexible configuration (multiple paths) for plugins, very good plugin compatibility, 
60
(16 and 8 bit) and fast startup time.
61
 
62
I am reached at:
63
 
64
peter dot heckert at arcor dot de
65
 
66
Enjoy!
67