bryanyork / wushuu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About


Languages

Language:C 92.5%Language:Java 3.6%Language:C++ 3.4%Language:CMake 0.4%Language:Clojure 0.1%