Download Latest Version adp_src_086.tgz (9.5 MB)
Email in envelope

Get an email when there's a new version of Programming Language ADP

Home / Ver0.88
Name Modified Size InfoDownloads / Week
Parent folder
adp_src_088.zip 2017-07-11 5.1 MB
adp_src_088.tgz 2017-07-11 6.2 MB
sample_20170711.zip 2017-07-11 28.4 kB
adp_bin_windows_x86.zip 2017-07-11 370.8 kB
adp_bin_windows_x64.zip 2017-07-11 423.0 kB
adp_bin_centos7_x64.tgz 2017-07-11 353.4 kB
adp_bin_centos6_x64.tgz 2017-07-11 358.5 kB
readme.txt 2017-07-11 2.7 kB
Totals: 8 Items   12.9 MB 2
===========================================================================
ADP (Another Data Processor) Ver 0.88
 Copyright (C) 2010-2017 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, CentOS7 (x64) 
version can download an executable file from a download page. 

=== Download file list ===
adp_bin_centos6_x64.tgz    E¥E¥E¥E¥E¥ Binary of CentOS6(64bit)
adp_bin_centos7_x64.tgz    ・・・・・ Binary of CentOS7(64bit)
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_088.zip            ・・・・・ Source file (zip compression) 
adp_src_088.tgz            ・・・・・ Source file (gzip,tar compression) 
sample_20170711.zip        ・・・・・ Sample file (zip compression) 

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

Example for CentOS7 users:
Type a follow command on root.
$ yum install unixODBC-devel openssl openssl-devel openssl-libs boost boost-devel boost-regex


=== 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 file 'adp.exe' to the directory indicated by the environment variable 'PATH'.

=== Compile for Windows ===
There is the solution file of Visual Stduio 2012. You can use it.
The 32-bit version and the 64-bit version executable file can be created. 

Boost compiled by options "_SECURE_SCL=0" and "_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 file 'adp.exe' 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 2017-07-11