Skip to content

jasminl/adaptics

Repository files navigation

adaptics

Learning, vision and artificial evolution. This README file only gives a quick summary of requirements and build instructions. See the Wiki page for more detailed information.

1. PREREQUISITES

This project requires:

  • Linux OS (currently only tested on Ubuntu 12.04)
  • Cross-platform Make (CMake) v2.6.2+
  • GNU Make or equivalent
  • GCC or an alternative, reasonably conformant C++ compiler
  • Boost C++ Libraries v1.37+ [HEADERS and LIBRARIES]
  • Log4Cxx v0.10.0+
  • fftw3 libary
  • OpenCV v2.4.8

2. BUILDING

  1. Clone the repository (see github page for link)
  2. Move into build directory (type 'cd build')
  3. Source environment file (type 'source ../tools/share/adaptics.env')
  4. Build makefiles for all libraries and applications (type 'cmake ..')
  5. Build all libraries and applications (type 'make')

This project uses the Cross-platform Make (CMake) build system. However, we have conveniently provided a wrapper configure script and Makefile so that the typical build invocation of "./configure" followed by "make" will work. For a list of all possible build targets, use the command "make help".

NOTE: Users of CMake may believe that the top-level Makefile has been generated by CMake; it hasn't, so please do not delete that file.

3. INSTALLING

** NOTE: Installation has not been tested yet ** Once the project has been built (see "BUILDING"), execute "sudo make install".

About

Learning, vision and evolutionary systems

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published