Skip to content

Fadis/libdcompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdcompile is a C++ library to compile and execute C++ code in runtime.

Requirements
LLVM 3.1 ( http://llvm.org/ ) compiled with Clang ( http://clang.llvm.org/ )
libjpeg ( http://www.ijg.org/ ) ( only used in sample program )

Installation
$ git clone git://github.com/Fadis/libdcompile.git
$ mkdir build
$ cd build
$ cmake ../libdcompile -DCMAKE_INSTALL_PREFIX=<prefix>
$ make
$ make insetll

Known Issue
System include path doesn't work on Linux

About

dynamic compilation library for C++

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.BSD
Unknown
LICENSE.LLVM

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages