Home
Name Modified Size InfoDownloads / Week
Ver0.88 2017-07-11
Ver0.87 2014-05-06
Ver0.86 2014-02-11
Ver0.85 2013-09-11
Ver0.84 2012-10-25
Ver0.83 2012-09-15
readme.txt 2014-05-06 2.8 kB
Totals: 7 Items   2.8 kB 5
===========================================================================
ADP (Another Data Processor) Ver 0.87
 Copyright (C) 2010-2014 Katsuhisa Ohfuji 
This program is distributed under GPL.

===========================================================================

This is the release of the development version. It is a sauce release. 
The Windows(x86,x64) version, CentOS5.9 (x86, x64), CentOS6.5 (x86, x64) and
 MacOSX 10.9 (x64) version can download an executable file 
from a download page. 

=== Download file list ===
adp_bin_centos5_i386.tgz   ・・・・・ Binary of CentOS5.9(32bit)
adp_bin_centos5_x64.tgz    ・・・・・ Binary of CentOS5.9(64bit)
adp_bin_centos6_i386.tgz   ・・・・・ Binary of CentOS6.4(32bit)
adp_bin_centos6_x64.tgz    ・・・・・ Binary of CentOS6.4(64bit)
adp_bin_MACOSX9_64.tgz     ・・・・・ Binary of MAC OS X 10.9(Mavericks)
adp_bin_windows_x86.zip    ・・・・・ Binary of Windows 7 or later(x86)
adp_bin_windows_x64.zip    ・・・・・ Binary of Windows 7 or later(x64)
adp_src_086.zip            ・・・・・ Source file (zip compression) 
adp_src_086.tgz            ・・・・・ Source file (gzip,tar compression) 
sample_20120711.zip        ・・・・・ Sample file (zip compression) 

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

=== Requirements for Mac OS X ===
The following develop packages need to be installed. 
 unixODBC
 boost

The binary compiled by xcode5 with unixODBC and boost installed by MacPorts.

=== 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 the solution file of Visual Stduio 2012. 
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
----------------------------------------------------------------------------

Please copy the compiled adp.exe file to the directory indicated 
by the environment variable PATH.

===Support etc. ===
Manual: http://www.adp.la/
Download:https://sourceforge.net/projects/adpla/files/
SourceForge(Discussion):https://sourceforge.net/projects/adpla/

Source: readme.txt, updated 2014-05-06