ADP
Programming Language ADP

Japanese

Sourceforge.net

SourceForge.JP

Loading

Install

=== Requirements for Linux ===
The following develop packages need to be installed.
UnixODBC
OpenSSL
boost_regex

=== Requirements for Mac OS X ===
The following develop packages need to be installed.
UnixODBC
boost_regex


=== Quick start for Linux and MAC OS X ===
$ sh configure
$ make
$ sudo make install

=== Quick start for Windows ===
Please copy the downloaded adp.exe file to the directory indicated by the environment variable PATH.

=== Compile for Windows ===
There is a solution file of Visual Stduio 2008.
It compiles using it.
The 32-bit version and the 64-bit version can be created.

Boost compiled by "_SECURE_SCL=0" "_HAS_ITERATOR_DEBUGGING=0" needs
to be installed beforehand.

----------------------------------------------------------------------------
rem compile instruction for Boost(boost-1_45)
rem 32bit
bjam -a toolset=msvc-9.0 threading=multi link=static runtime-link=static define=_SECURE_SCL=0 define=_HAS_ITERATOR_DEBUGGING=0
rem 64bit
bjam -a toolset=msvc-9.0 threading=multi link=static runtime-link=static define=_SECURE_SCL=0 define=_HAS_ITERATOR_DEBUGGING=0 address-model=64
----------------------------------------------------------------------------

Powered by ADP.