Update docs: Add required libraries on Linux.

This commit is contained in:
Haojian Wu 2014-08-21 09:38:33 +08:00 committed by Tobias Taschner
parent c3c07fdac1
commit 36b3740e55
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD

View file

@ -36,6 +36,9 @@
- C/C++ - Code Generation - Enable C++ Exceptions - Yes
- C/C++ - Language - Enable Run-Time Type Information - Yes
On Linux platform, some dependency libraries are required to install, including build-essential,
libgtk2.0-dev, libgtkglext1-dev and libnss3-dev.
1. Download cef3 binary and extract it to wxWidgets src directory.(<wx_root>/src/cef is default directory)
2. Build libcef_dll_wrapper static library.