OpenBabel: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Chipster19 (talk | contribs) No edit summary |
||
| (2 intermediate revisions by 2 users 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 |
|---|
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