Obi-Wan / dwt

3D Haar Descrete Wavelet Transform C++11 library (using OpenMP and SSE/SSE2/SSE3/AVX).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some clearer build instructions

cjhanks opened this issue · comments

Unfortunately knowledge of autotools is becoming less common. Adding this to the INSTALL might help.

$> libtoolize
$> aclocal
$> autoheader
$> automake --add-missing
$> autoconf
$> ./configure
$> make

Dear Christopher, I just pushed a fix for this. Thanks for pointing this out!