Search found 1 match
- 2013-07-09T14:08:44-07:00
- Forum: Developers
- Topic: [SOLVED] Building IM for Windows
- Replies: 1
- Views: 5154
[SOLVED] Building IM for Windows
Hello, I've downloaded IM src and successfully build convert.exe for Windows. The is only one problem, it is single threaded. I've check source code and found ,that for OpenMP support , _OPENMP should be defined. Question is : Should I define _OPENMP or MAGICKCORE_WINDOWS_SUPPORT or both or anything ...