Installation
Windows Source 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.07.04 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.07.04.
- Run "build" to build and install Sweet Parser to c:\sweet\sweet_parser-2010.07.04.
- Add c:\sweet\sweet_parser-2010.07.04\include and c:\sweet\sweet_parser-2010.07.04\lib to your compiler's header and library search paths.
If you want Boost or Sweet Parser installed in another location then you'll need to edit sweet_parser/build.lua and update the values of settings.include_directories, settings.library_directories, and/or settings.directories appropriately.