Download
All software on this page requires cmake to be builded.0.9.3 and 0.9.4 have the same set of features, but work with different versions of LLVM:
- for use with llvm-2.2: OpenGTL 0.9.3 the main library
- for use with llvm-2.3: OpenGTL 0.9.4 the main library
- QtCTL 0.9.3 an example of application using the Qt4 toolkit (it was tested with 4.3 but it might work with earlier version)
- QtShiva 0.9.3 an example of application using the Qt4 toolkit (it was tested with 4.3 but it might work with earlier version)
How to build
LLVM 2.2 for x86-64
There is currently no patch for build OpenGTL with LLVM 2.3 on x86-64. You need to apply this patch to LLVM: X86JITInfo.cpp.pic.patch.- tar -xzf llvm-2.2.tar.gz
- cd llvm-2.2
- patch -p0 < X86JITInfo.cpp.pic.patch
- ./configure --enable-pic --with-pic
- make
- make install
How to build
- tar -xjv OpenGTL-0.9.4.tar.bz2
- cd OpenGTL-0.9.4
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=$OPENGTL_PREFIX
- make
- make install
Old release
For use with llvm-2.2:
Older version of the examples applications: