Parser's source codes can be downloaded from "Download" section on parser.ru web-site or via CVS:
cvs -d :pserver:anonymous@cvs.parser.ru:/parser3project login
Password string is empty.
cvs -d :pserver:anonymous@cvs.parser.ru:/parser3project get -r branch_name module_name
Branch_name-having specified no -r, you will get currently developed version (HEAD).
To get a stable version, get branch "release_3_X_X" (for example release_3_4_6).
Module_name:
Name of main module: parser3
Module, required for compiling Parser3 and SQL drivers under Windows: win32
Module with SQL drivers: sql
It presently has the following directories:
sql/mysql
sql/pgsql
sql/oracle
sql/odbc
sql/sqlite
To compile SQL drivers the source codes of Parser3 are required. Because of some .h files included using relative path, the directory structure must be the next:
parser3project <- directory where you decide to put source codes for Parser3 project
|
+-parser3 <- Parser3 source codes
|
+-sql
| +-mysql <- mysql driver source codes
| +-... <- source codes for other SQL drivers
|
+-win32 <- tools that are required for compiling Parser3 under Windows