Skip to content

Update README.md for nuget documentation #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added OpenEXR/doc/images/nuget_doc1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OpenEXR/doc/images/nuget_doc2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OpenEXR/doc/images/nuget_doc3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OpenEXR/doc/images/nuget_doc4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OpenEXR/doc/images/nuget_doc5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,26 @@ http://www.openexr.com/documentation.html, or:

## Frequently Asked Questions

* "``nuget install openexr`` doesn't work."

Step 1: Create a new project in Visual Studio by selecting from the “File” menu, “New” > “Project”.
![nuget_doc1.png](/OpenEXR/doc/images/nuget_doc1.png)

Step 2: Select the “Windows Desktop Application” template.
![nuget_doc2.png](/OpenEXR/doc/images/nuget_doc2.png)

Step 3: Right Click on the Visual Studio Solution and select “Manage NuGet Packages for Solution.”
![nuget_doc3.png](/OpenEXR/doc/images/nuget_doc3.png)

Step 4: Install the OpenEXR NuGet for your Visual Studio project.
Click Browse, search for “OpenEXR” and select version.
Click checkbox next to Visual Studio Project, then select “Install”.
![nuget_doc4.png](/OpenEXR/doc/images/nuget_doc4.png)

Step 5: Include the OpenEXR headers for your Visual Studio project.
![nuget_doc5.png](/OpenEXR/doc/images/nuget_doc5.png)


* "``pip install openexr`` doesn't work."

The OpenEXR project provides python bindings for the Imath
Expand Down