First Page
News
Forum
In a Nutshell
About OGDF
FAQs
Key Features
Publications
Documentation
Overview Pages
How-Tos
Developer Resources
Reference Documentation
Get OGDF
Download
System Requirements
Installation (Linux/Mac)
Installation (Windows)
Projects
By OGDF Team
External
Team & Contact
Imprint
The software is available for various platforms. The following list gives you an overview which platforms are supported.
| Operating System | Architecture | C++ Compiler | Library |
|---|---|---|---|
| Linux | x86, x86-64 | gcc 4.1−4.7, LLVM/clang 3.1 | static / shared |
| Mac OS X | x86, x86-64, PowerPC | gcc 4.1−4.7, LLVM/clang 3.1 | static / shared |
| Windows | x86, x86-64 | Visual Studio 2008−2012 (Visual C++ 9.0−11.0) | static / DLL (Release only) |
| Windows | x86 | MinGW (gcc 4.1-4.7) | static |
| Windows / cygwin | x86 | gcc 4.1−4.7 | static |
Other versions of gcc, LLVM/clang or Visual C++ might work but are untested.
The software may also work under many other operating system / compiler combinations (with small to no effort), e.g., UNIX systems with gcc compiler or Visual Studio Express Editions. If you have successfully built OGDF on other platforms than those mentioned above, we are grateful if you send us an email to info@ogdf.net and describe the modifications needed (if any).
You will also need to have Python 2.6 or 2.7 installed for creating a makefile or project file. Make sure you do not use Python 3.x, this will not work1).
makeVCXProjPython3.py for creating Visual Studio 2010/12 project files.