Difference between revisions of "OpenBabel"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://downloads.sourceforge.net/openbabel/openbabel- | + | | http://downloads.sourceforge.net/openbabel/openbabel-{{OpenBabel-Version}}.tar.gz |
|} | |} | ||
Line 36: | Line 36: | ||
TO DO | TO DO | ||
− | [[ | + | [[Category:Science_Engineering]] |
Latest revision as of 01:21, 12 September 2009
Download Source: | http://downloads.sourceforge.net/openbabel/openbabel-2.2.3.tar.gz |
---|
Contents
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