Subversion Repositories filter_foundry

Rev

Rev 192 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 193
Line 19... Line 19...
19
3) Watcom 1.6beta RC1 or later
19
3) Watcom 1.6beta RC1 or later
20
   Available here:
20
   Available here:
21
   http://www.openwatcom.org/
21
   http://www.openwatcom.org/
22
   After installing, do a reboot, or set the environment manually.
22
   After installing, do a reboot, or set the environment manually.
23
 
23
 
24
4) SVN client
-
 
25
   Get an SVN client, e.g. TortoiseSVN:
-
 
26
   https://tortoisesvn.net/downloads.html
-
 
27
   Make sure you include the command line tools during the install.
-
 
28
 
-
 
29
 
-
 
30
How to get FilterFoundry
-
 
31
------------------------
-
 
32
 
-
 
33
Make a directory anywhere (e.g. C:\FilterFoundry\) for telegraphics plugins,
-
 
34
then open the command line and type:
-
 
35
	cd /d "C:\FilterFoundry\"
-
 
36
	svn checkout https://www.telegraphics.com.au/svn/common/trunk common
-
 
37
	svn checkout https://www.telegraphics.com.au/svn/filterfoundry/trunk filterfoundry
-
 
38
 
-
 
39
In our example, you should now have the directories
-
 
40
	C:\FilterFoundry\common\
-
 
41
	C:\FilterFoundry\filterfoundry\
-
 
42
 
-
 
43
IMPORTANT: Your path must not contain whitespaces!
-
 
44
For example, you must not use "C:\Users\John Doe\SVN\Filter Foundry\".
-
 
45
 
-
 
46
 
24
 
47
Build setup
25
Build setup
48
-----------
26
-----------
49
 
27
 
50
There is no special build setup required.
28
There is no special build setup required.
51
Just open wpj\filterfoundry.wpj in Watcom's IDE
29
Just open wpj\filterfoundry.wpj in Watcom's IDE and click "Make target".
-
 
30
 
52
and click "Make target".
31
IMPORTANT: Your path must not contain whitespaces!
-
 
32
For example, you must not use "C:\Users\John Doe\SVN\Filter Foundry\".
53
 
33
 
54
 
34
 
55
Troubleshooting
35
Troubleshooting
56
---------------
36
---------------
57
 
37