Difference between revisions of "Category:Installation"
From Open Babel
Baoilleach (Talk | contribs) |
Baoilleach (Talk | contribs) (Updates for 2.4.1) |
||
(37 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | Open Babel is available for Windows, Linux and | + | Open Babel is available for Windows, Linux and MacOSX. |
__NOTOC__ | __NOTOC__ | ||
Line 10: | Line 10: | ||
* '''OpenBabelGUI''' | * '''OpenBabelGUI''' | ||
: Provides a graphical user interface for Open Babel, as well as a command-line interface. '''This is what most users are looking for.''' | : Provides a graphical user interface for Open Babel, as well as a command-line interface. '''This is what most users are looking for.''' | ||
− | :: [http:// | + | :: Download v2.4.1 Installer [http://sourceforge.net/projects/openbabel/files/openbabel/2.4.1/OpenBabel-2.4.1.exe/download 64-bit] [http://sourceforge.net/projects/openbabel/files/openbabel/2.4.1/OpenBabel-2.4.1-x86.exe/download 32-bit] |
− | :: [ | + | :: [http://openbabel.org/docs/2.3.1/GUI/GUI.html Documentation] |
− | * '''[ | + | * '''[http://open-babel.readthedocs.org/en/latest/UseTheLibrary/Python.html Python module]''' (requires OpenBabelGUI above) |
− | : Provides access to the Open Babel libraries from Python. The current version is 1. | + | : Provides access to the Open Babel libraries from Python. The current version is 1.7. |
− | * '''[ | + | * '''[http://open-babel.readthedocs.org/en/latest/UseTheLibrary/Java.html Java library]''' (requires OpenBabelGUI above) |
: Provides access to the Open Babel libraries from Java. | : Provides access to the Open Babel libraries from Java. | ||
− | * '''[ | + | * '''[http://open-babel.readthedocs.org/en/latest/UseTheLibrary/CSharp.html OBDotNet assembly]''' (requires OpenBabelGUI above) |
: Provides access to the Open Babel libraries from .NET languages. | : Provides access to the Open Babel libraries from .NET languages. | ||
Line 23: | Line 23: | ||
''The following options are only recommended for experienced developers.'' | ''The following options are only recommended for experienced developers.'' | ||
* '''Compile from source''' | * '''Compile from source''' | ||
− | :: [http:// | + | :: [http://sourceforge.net/projects/openbabel/files/openbabel/2.4.1/openbabel-2-4-1.tar.gz/download Download 2.4.1 stable release] |
− | :: or [[ | + | :: or [[Git | Get latest development code]] |
− | :: [ | + | :: [http://open-babel.readthedocs.org/en/latest/Installation/install.html#compiling-open-babel Compile instructions] |
− | : | + | :: Open Babel can be compiled using any of MSVC++, Cygwin or MinGW |
− | :: | + | |
</div> | </div> | ||
| width="30%" class="MainPageBG" style="border: 1px solid #FFC435; background-color: #f8fff8; vertical-align:top;"| | | width="30%" class="MainPageBG" style="border: 1px solid #FFC435; background-color: #f8fff8; vertical-align:top;"| | ||
Line 35: | Line 34: | ||
* '''Compile from source''' | * '''Compile from source''' | ||
: Compile Open Babel: | : Compile Open Babel: | ||
− | :: [http:// | + | :: [http://sourceforge.net/projects/openbabel/files/openbabel/2.4.1/openbabel-2-4-1.tar.gz/download Download 2.4.1 stable release] |
− | :: or [[ | + | :: or [[Git | Get latest development code (today)]] |
− | :: [ | + | :: [http://open-babel.readthedocs.org/en/latest/Installation/install.html#compiling-open-babel How to compile] |
− | :: | + | :: How to use [http://open-babel.readthedocs.org/en/latest/Command-line_tools/babel.html obabel] |
− | :: [ | + | :: [http://openbabel.org/docs/latest/UseTheLibrary/intro.html How to develop with Open Babel] |
: Scripting language modules: | : Scripting language modules: | ||
− | :: [ | + | :: [http://openbabel.org/docs/latest/UseTheLibrary/Perl.html Perl], [http://openbabel.org/docs/latest/UseTheLibrary/Python.html Python], [http://openbabel.org/docs/latest/UseTheLibrary/Ruby.html Ruby], [http://openbabel.org/docs/latest/UseTheLibrary/Java.html Java], [http://openbabel.org/docs/latest/UseTheLibrary/CSharp.html Mono] |
<center>or</center> | <center>or</center> | ||
* '''Install a binary package''' | * '''Install a binary package''' | ||
Line 48: | Line 47: | ||
:: [http://rpmfind.net/linux/rpm2html/search.php?query=openbabel&submit=Search+... Other RPM packages] | :: [http://rpmfind.net/linux/rpm2html/search.php?query=openbabel&submit=Search+... Other RPM packages] | ||
: Binary packages for scripting language modules may be named 'openbabel-perl', 'openbabel-python' or 'python-openbabel' | : Binary packages for scripting language modules may be named 'openbabel-perl', 'openbabel-python' or 'python-openbabel' | ||
+ | : A snap package is available which works on Ubuntu 16.04 (at least): ''snap install openbabel'' | ||
</div> | </div> | ||
| width="30%" class="MainPageBG" style="border: 1px solid #FFC435; background-color: #f8fff8; vertical-align:top;"| | | width="30%" class="MainPageBG" style="border: 1px solid #FFC435; background-color: #f8fff8; vertical-align:top;"| | ||
− | <h3 style="background:#FFC435;margin:-2px;padding:4px;"> '' | + | <h3 style="background:#FFC435;margin:-2px;padding:4px;"> ''MacOSX'' </h3> |
<div style="padding: 2px 10px 6px;"> | <div style="padding: 2px 10px 6px;"> | ||
− | |||
− | |||
− | + | There are several ways to install Open Babel on MacOSX: | |
− | * '' | + | * With Conda, ''conda install openbabel'' |
− | * '' | + | * With HomeBrew, ''brew install open-babel'' |
− | + | ||
* '''[[Install (source_code)| Compile the source code]]''' | * '''[[Install (source_code)| Compile the source code]]''' | ||
− | : Compile Open Babel using | + | : Compile Open Babel using clang or gcc |
+ | |||
+ | Once installed, you may wish to try '''[http://www.macinchem.org/ibabel/ iBabel]''', a graphical interface to Open Babel. | ||
</div> | </div> | ||
|} | |} |
Latest revision as of 14:12, 16 October 2016
Open Babel is available for Windows, Linux and MacOSX.
Windows
|
Linux
|
MacOSXThere are several ways to install Open Babel on MacOSX:
Once installed, you may wish to try iBabel, a graphical interface to Open Babel. |
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Installation"
The following 5 pages are in this category, out of 5 total.