Skip to content

Commit b22c0ec

Browse files
committed
Add some more links and refinements to nuget Readme.txt
1 parent b346512 commit b22c0ec

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

NuGet/Readme.txt

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
CefSharp Nuget Package
22

3-
CefSharp is a .Net wrapping library for CEF (Chromium Embedded Framework) https://code.google.com/p/chromiumembedded/
4-
CEF is a C/C++ library that allows developers to embed the HTML content rendering strengths of Google's Chrome open source WebKit engine (Chromium).
3+
Background:
4+
CefSharp is a .Net wrapping library for CEF (Chromium Embedded Framework) https://code.google.com/p/chromiumembedded/
5+
CEF is a C/C++ library that allows developers to embed the HTML content rendering strengths of Google's Chrome open source WebKit engine (Chromium).
56

6-
- Make sure you set either `x86` or x64`. (Won't work with `AnyCpu`)
7-
- After installing the `Nuget` package we recommend closing Visual Studio completely and then reopening (This ensures your references show up and you have full intellisense).
8-
- Check your output `\bin` directory to make sure the appropriate references have been copied.
7+
Post Installation:
8+
- Make sure you set either `x86` or x64`. (Won't work with `AnyCpu`)
9+
- After installing the `Nuget` package we recommend closing Visual Studio completely and then reopening (This ensures your references show up and you have full intellisense).
10+
- Check your output `\bin` directory to make sure the appropriate references have been copied.
911

10-
Basic Troubleshooting
11-
- Please ensure your binaries directory contains these required dependencies:
12+
Basic Troubleshooting:
13+
- Please ensure your binaries directory contains these required dependencies:
1214
* libcef.dll (CEF code)
1315
* icudtl.dat (Unicode Support data)
1416
* CefSharp.Core.dll, CefSharp.dll,
@@ -17,18 +19,19 @@ Basic Troubleshooting
1719
* One of the following UI presentation approaches:
1820
* CefSharp.WinForms.dll
1921
* CefSharp.Wpf.dll
20-
- Additional optional CEF files are described at: https://github.com/cefsharp/cef-binary/blob/master/README.txt#L88
21-
NOTE: CefSharp does not currently support CEF sandboxing so wow_helper.exe is not currently useful.
22+
* CefSharp.OffScreen.dll
23+
- Additional optional CEF files are described at: https://github.com/cefsharp/cef-binary/blob/master/README.txt#L88
24+
NOTE: CefSharp does not currently support CEF sandboxing so wow_helper.exe is not currently useful.
2225

2326
For further help please read the following content:
24-
- CefSharp's Wiki on github: https://github.com/cefsharp/CefSharp/wiki
25-
- Minimal Example Links
26-
- FAQ: https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions
27-
- Troubleshooting guide
28-
- Google Groups
29-
- Regular Example Links
30-
- Only when you've exhausted all other options then open an issue on `GitHub`
31-
27+
- CefSharp GitHub https://github.com/cefsharp/CefSharp
28+
- CefSharp's Wiki on github (https://github.com/cefsharp/CefSharp/wiki)
29+
- Minimal Example Projects showing the browser in action (https://github.com/cefsharp/CefSharp.MinimalExample)
30+
- FAQ: https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions
31+
- Troubleshooting guide (https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting)
32+
- Google Groups (https://groups.google.com/forum/#!forum/cefsharp)
33+
- CefSharp vs Cef (https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md#cefsharp-vs-cef)
34+
- Only when you've exhausted all other options then open an issue on `GitHub`
3235

3336
Please consider giving back, it's only with your help will this project to continue.
3437

0 commit comments

Comments
 (0)