Skip to content

Commit

Permalink
Update the README files with instructions for building on Windows, sp…
Browse files Browse the repository at this point in the history
…ecifically calling out the proper Visual Studio version.
  • Loading branch information
cary-ilm authored and kdt3rd committed Jun 15, 2019
1 parent 999a49d commit ab742b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion IlmBase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,13 @@ To generate Visual Studio solution files and build the libraries:
setlocal
del /f CMakeCache.txt
cmake -DCMAKE_INSTALL_PREFIX=<where you want to install the ilmbase builds>
-G "Visual Studio 10 Win64"
-G "Visual Studio 15 2017 Win64"
..\ilmbase

Note: The "15 2017" indicates the specific Visual Studio version;
if compiling for a different version, replace this with the proper
target version string.

2. Navigate to ``IlmBase`` folder in Windows Explorer, open ``ILMBase.sln``
and build the solution. When it builds successfully, right click
``INSTALL project`` and build. It will install the output to the path
Expand Down
3 changes: 3 additions & 0 deletions OpenEXR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ CMakeLists.txt file to build all the libraries at once.

#### Building on Windows using **cmake**

See the ``README`` file in the IlmBase library for a guide to building
on Windows.

#### Building on **macOS**

**macOS** supports multiple architectures. By default, IlmBase will be
Expand Down

0 comments on commit ab742b8

Please sign in to comment.