Subversion Repositories filter_foundry

Rev

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

Rev 195 Rev 197
Line 105... Line 105...
105
BUILDING WITH VISUAL STUDIO
105
BUILDING WITH VISUAL STUDIO
106
	* For Windows, Visual Studio works best (the community edition is even free),
106
	* For Windows, Visual Studio works best (the community edition is even free),
107
	  and it can compile the 32-bit and 64-bit plugins for Windows.
107
	  and it can compile the 32-bit and 64-bit plugins for Windows.
108
	* Download: https://visualstudio.microsoft.com/de/vs/community/
108
	* Download: https://visualstudio.microsoft.com/de/vs/community/
109
	* To build in Windows with Visual Studio (IDE or command line), see the visual_studio
109
	* To build in Windows with Visual Studio (IDE or command line), see the visual_studio
110
	  subdirectory and notes (README.TXT).
110
	  subdirectory and notes (README.md).
111
	* Most recently tested with Visual C++ 2019 and Adobe Photoshop SDK CC 2017.
111
	* Most recently tested with Visual C++ 2019 and Adobe Photoshop SDK CC 2017.
112
 
112
 
113
BUILDING WITH OPEN WATCOM
113
BUILDING WITH OPEN WATCOM
114
	* OpenWatcom can be used, but only for 32 Bit, and it is officially not
114
	* OpenWatcom can be used, but only for 32 Bit, and it is officially not
115
	  supported by Adobe.
115
	  supported by Adobe.
116
	* Download: https://sourceforge.net/projects/openwatcom/files/
116
	* Download: https://sourceforge.net/projects/openwatcom/files/
117
	* To build in Windows with the OpenWatcom IDE, see the wpj
117
	* To build in Windows with the OpenWatcom IDE, see the wpj
118
	  subdirectory and notes (README.TXT), kindly provided by Peter Heckert and Daniel Marschall.
118
	  subdirectory and notes (README.md), kindly provided by Peter Heckert and Daniel Marschall.
119
	* Most recently tested with Open Watcom 1.9 and Adobe Photoshop SDK CC 2017.
119
	* Most recently tested with Open Watcom 1.9 and Adobe Photoshop SDK CC 2017.
120
 
120
 
121
BUILDING WITH MINGW32/64
121
BUILDING WITH MINGW32/64
122
	* Mingw32 can be hosted on virtually any UNIX or Linux system, or under Windows.
122
	* Mingw32 can be hosted on virtually any UNIX or Linux system, or under Windows.
123
	* Download: http://mingw-w64.org/doku.php/download/mingw-builds
123
	* Download: http://mingw-w64.org/doku.php/download/mingw-builds