Skip to content

Commit

Permalink
Fixed link to OpenEXR, and internal links, per issue PixarAnimationSt…
Browse files Browse the repository at this point in the history
  • Loading branch information
asluk committed Aug 19, 2016
1 parent d0250c3 commit 546725f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Dependencies
| [CMake](https://cmake.org/documentation/) | 2.8.8 |
| [Python](https://python.org) | 2.7.5 |
| [Boost](https://boost.org) | 1.55 |
| [OpenEXR](https://openexr.org) | 2.2.0 |
| [OpenEXR](http://www.openexr.com) | 2.2.0 |
| [DoubleConversion](https://github.com/google/double-conversion) | 1.1.1 |
| [Intel TBB](https://www.threadingbuildingblocks.org/) | 4.3.1 |
| [OpenSubdiv](https://github.com/PixarAnimationStudios/OpenSubdiv) | 3.0.5 |
Expand Down Expand Up @@ -93,7 +93,7 @@ make -j <NUM_CORES> install
#### On OS X (experimental)

The following will generate an Xcode project that can be used to build USD.
See notes in the [Supported Platforms](#Supported-Platforms) section
See notes in the [Supported Platforms](#supported-platforms) section
for more information.

```bash
Expand All @@ -115,7 +115,7 @@ make -j <NUM_CORES> install

The following will generate a Visual Studio 2015 (the minimum required version)
sln file which can be used to build USD. See notes in the
[Supported Platforms](#Supported-Platforms) section for more information.
[Supported Platforms](#supported-platforms) section for more information.

```powershell
C:\Program Files\CMake\bin\cmake.exe ^
Expand Down

0 comments on commit 546725f

Please sign in to comment.