Installation
Windows Installation
- Download Boost 1.41.0 from http://www.boost.org/.
- Build and install Boost 1.41.0 to c:\boost.
- Download Sweet Parser 2010.01.16 from the downloads page.
- Extract the Sweet Parser source to c:\sweet.
- Start a Visual Studio 2008 command prompt.
- Change directory to c:\sweet\sweet_parser-2010.01.16.
- Run "build" to build and install Sweet Parser to c:\sweet\sweet_parser-2010.01.16.
- Add c:\sweet\sweet_parser-2010.01.16\include and c:\sweet\sweet_parser-2010.01.16\lib to your compiler's header and library search paths.
If you want Boost or Sweet Parser installed in another location or have Visual Studio installed somewhere other than "C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC" then you'll need to edit sweet_parser/build.lua and update the values of settings.include_directories, settings.library_directories, settings.msvc.msvc, and/or settings.directories.