You can browse the trunk online here:
http://code.assembla.com/awesomium/subversion/nodes/trunk
You can checkout the SVN trunk by using the following URL with your favorite SVN client:
http://my-svn.assembla.com/svn/awesomium/trunk
Tips for Building from Source (on Windows):
You will need to checkout and build the Jan. 9th revision of Google Chromium (both debug and release builds). (Chromium checkout/build instructions)
Checkout Awesomium, making sure that you end up with a directory structure similar to this:
- Code: Select all
|
-- Awesomium
| |
| -- Awesomium.sln
-- chromium
|
-- chromium
|
-- src
Open the Awesomium solution and build the 'Awesomium' project-- you should end up with Awesomium.lib and Awesomium.dll in the release directory and Awesomium_d.lib and Awesomium_d.dll in the debug directory. You will also need icudt38.dll to run your executable which you can find in "chromium\chromium\src\chrome\Debug\icudt38.dll".
I have been building Chromium and Awesomium using Visual Studio 2005 SP1-- haven't tested yet with MSVC2008 so it would be helpful if others try it out and report any issues they have.
