Avogadro 0.8.0

From Avogadro - Free cross-platform molecule editor

Jump to: navigation, search

Avogadro version 0.8.0 was released on May 19, 2008.

Contents

What's New

The following list includes some of the changes since Avogadro 0.6.1.

Rendering

Editing Tools

Commands / Extensions

Interface

General

Dependencies

  1. Eigen http://eigen.tuxfamily.org/ -- for compiling. Not required for running Avogadro.
  2. OpenBabel 2.2.0b5 or later http://openbabel.sourceforge.net
    1. NOTE This is available as a snapshot
  3. CMake 2.4.8 or later [1]
  4. Qt 4.3.x or later http://www.trolltech.com

Building

untar the source

tar xvjf avogadro-0.8.0.tar.bz2

make the build directory

cd avogadro-0.8.0
mkdir build

configure

cd build
cmake ..
CMake takes a few optional parameters:
  • -DCMAKE_INSTALL_PREFIX= : specify the installation prefix (default /usr)
  • -DOPENBABEL2_LIBRARIES= : specify the OpenBabel2 libraries
  • -DOPENBABEL2_INCLUDE_DIR : specify the OpenBabel2 include directory
  • -DEIGEN_INCLUDE_DIR : specify the Eigen include directory
For more information see the CMake website; http://www.cmake.org/

build

make

install

make install

Known Issues & Limitations

This release is an early beta release and is intended to gain feedback and interest in the project.

The code currently expects to be editing one 3D molecule per file with one coordinate set. This means:

Rendering

Tools / Building

Interface

Commands

A select list of commands is currently available, mostly as examples of what can be done using the Avogadro framework.

Windows Build

Troubleshooting

Problem: OpenBabel2 / Eigen libraries are not found.

Solution: Most likely the cause of this problem is due to non-standard install locations. Additionally, the detection system for finding libraries and includes is not flawless. The most likely remedy is manually specify the library location and include directory for the package using the cmake arguments specified above.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox