Difference between revisions of "OpenBabel"

From CBLFS
Jump to navigationJump to search
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://downloads.sourceforge.net/openbabel/openbabel-2.2.0.tar.gz
+
| http://downloads.sourceforge.net/openbabel/openbabel-{{OpenBabel-Version}}.tar.gz
 
|}
 
|}
  
Line 36: Line 36:
 
TO DO
 
TO DO
  
[[:Category:Science Engineering]]
+
[[Category:Science_Engineering]]

Latest revision as of 02:21, 12 September 2009

Download Source: http://downloads.sourceforge.net/openbabel/openbabel-2.2.3.tar.gz

Introduction to OpenBabel

Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas.

Project Homepage: http://openbabel.org/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

TO DO