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 20... Line 20...
20
3) Adobe Photoshop SDK
20
3) Adobe Photoshop SDK
21
   Available on some Photoshop CDs, or can be downloaded at
21
   Available on some Photoshop CDs, or can be downloaded at
22
   https://www.adobe.com/devnet/photoshop/sdk.html
22
   https://www.adobe.com/devnet/photoshop/sdk.html
23
   Extract the contents of the package in the directory "..\photoshop_sdk"
23
   Extract the contents of the package in the directory "..\photoshop_sdk"
24
 
24
 
25
4) SVN client
-
 
26
   Get an SVN client, e.g. TortoiseSVN:
-
 
27
   https://tortoisesvn.net/downloads.html
-
 
28
   Make sure you include the command line tools during the install.
-
 
29
 
-
 
30
5) Windows SDK
25
4) Windows SDK
31
   Download the Windows SDK here:
26
   Download the Windows SDK here:
32
   https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
27
   https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
33
   and install the following components:
28
   and install the following components:
34
   - Windows SDK for Desktop C++ x86 Apps
29
   - Windows SDK for Desktop C++ x86 Apps
35
   - Windows SDK for Desktop C++ amd64 Apps
30
   - Windows SDK for Desktop C++ amd64 Apps
36
   For some reason, you only need to install the Windows SDK if you
31
   For some reason, you only need to install the Windows SDK if you
37
   build using the IDE, but not if you build using command-line (*.mak files).
32
   build using the IDE, but not if you build using command-line (*.mak files).
38
 
33
 
39
 
34
 
40
How to get FilterFoundry
-
 
41
------------------------
-
 
42
 
-
 
43
Make a directory anywhere (e.g. C:\FilterFoundry\) for telegraphics plugins,
-
 
44
then open the command line and type:
-
 
45
	cd /d "C:\FilterFoundry\"
-
 
46
	svn checkout https://www.telegraphics.com.au/svn/common/trunk common
-
 
47
	svn checkout https://www.telegraphics.com.au/svn/filterfoundry/trunk filterfoundry
-
 
48
 
-
 
49
In our example, you should now have the directories
-
 
50
	C:\FilterFoundry\common\
-
 
51
	C:\FilterFoundry\filterfoundry\
-
 
52
 
-
 
53
 
-
 
54
Build setup using the IDE
35
Build setup using the IDE
55
-------------------------
36
-------------------------
56
 
37
 
57
1. Open the visual_studio\FilterFoundry.sln with Visual Studio
38
1. Open the visual_studio\FilterFoundry.sln with Visual Studio
58
 
39