Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 519 Bytes

wushuu

Prerequisite

gcc, jdk, lein, cmake, and, most important, internet connection :)

Building

For compiling OpenCV on Linux, you need to get a recent GCC version.

On CentOS, the easiest way to do is to install "Red Hat DevTools".

  1. configure source

     cmake .
    
  2. build native library and dependencies, may take a while

     make
    
  3. build java/clojure source

     make jvm
    
  4. make storm package

     make storm