Next-Generation Organic Chemistry Toolkit from SciTouch LLC
Unzip the bingo-src-XXXX.zip archive (XXXX is the revision number).
After finishing the unpacking, go to the bingo-src-XXXX/bingo folder.
Copy oci.h, ociextp.h, and other header files from your Oracle installation
(usually located in $ORACLE_HOME/rdbms/public/ and/or
$ORACLE_HOME/oci/include/ and/or $ORACLE_HOME/rdbms/demo/) into
../common/oci/include directory. On Solaris, copy them to the
../common/oci/include.sun directory instead.
Copy oci.lib from your Oracle installation (usually located in %ORACLE_HOME%\oci\lib\msvc\) into
../common/oci/lib32/oci32.lib.
Note: You should rename the file.
Copy oci.lib from your Oracle installation (usually located in %ORACLE_HOME%\oci\lib\msvc\) into
../common/oci/lib64/oci64.lib.
Note: You should rename the file.
Copy liborasdk.dylib from your Oracle installation (usually located in %ORACLE_HOME%\lib\) into
../common/oci/lib64/liborasdk.dylib.
Run
make CONF=Release32
or
make CONF=Release64
to build a 32-bit or 64-bit version, respectively.
Run
./make-all.sun.32.sh
or
./make-all.sun.64.sh
depending on whether you want a 32-bit or 64-bit build.
Open bingo.sln in Visual Studio 2008. Select the “Release” configuration.
Select the “Win32” or “x64” platform depending on whether you want 32-bit
or 64-bit distribution. Build the project bingo-oracle.
Open bingo.xcodeproj in XCode. Select the “Release” configuration.
Build target bingo.
After following the instructions provided below, you will get the PACKAGE_NAME.zip archive.
Please read the Installation Manual to know how to install the package on
your system.
Note: You should have the zip command-line utility installed on your system.
Run
./release-linux.32.sh PACKAGE_NAME
to get the 32-bit package.
Run
./release-linux.64.sh PACKAGE_NAME
to get the 64-bit package.
Run
release-win-32.bat PACKAGE_NAME
to get the 32-bit package
Run
release-win-64.bat PACKAGE_NAME
to get the 64-bit package.
Run
./release-osx.sh PACKAGE_NAME
Run
./release-sun-32.sh PACKAGE_NAME
to get the 32-bit package.
Run
./release-sun-64.sh PACKAGE_NAME
to get the 64-bit package.