Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 966 Bytes

File metadata and controls

36 lines (24 loc) · 966 Bytes

libgeneprog

Build Status

Libgeneprog is a library meant to simplify genetic programming for the masses.

For further information, check out the site or check the organization for the library that matches your preferred programming language.

Languages supported

Building

mkdir build
cd build
cmake ..
make

Installing (post build)

sudo make install

Generating documentation

doxygen Doxyfile