You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+86-2Lines changed: 86 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -269,8 +269,92 @@ Building on Windows
269
269
270
270
**Method 1 - from source**
271
271
272
-
I really need someone to write correct, modern docs about how to build
273
-
from source on Windows.
272
+
You will need to have Git, CMake and Visual Studio installed.
273
+
274
+
The minimal set of dependencies for OIIO is: Boost, zlib, libTIFF, OpenEXR, and libjpeg or libjpeg-turbo. If you have them built somewhere then you skip
275
+
the section below, and will only have to point OIIO build process so their locations.
276
+
277
+
* Boost: get the boost source archive, extract into `{BOOST_ROOT}`.
278
+
```
279
+
cd {BOOST_ROOT}
280
+
bootstrap
281
+
b2
282
+
```
283
+
* zlib: this will build it, and then delete the non-static library, so they don't get picked up:
* OpenEXR: you'll have to point it to your `{ZLIB_ROOT}` location from the above. If copy-pasting the multi-line command (with lines ending in `^`) into
311
+
cmd.exe prompt, make sure to copy all the lines at once.
0 commit comments