Skip to content

bryanyork/wushuu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published