- 
                Notifications
    
You must be signed in to change notification settings  - Fork 435
 
Closed
Description
Installed tidy-html5:
git clone https://github.com/htacg/tidy-html5.git
cd tidy-html5
cd build/cmake
cmake ../.. -DBUILD_SHARED_LIB:BOOL=ON
make
make install
Building php-5.6.7 from source I get this:
/usr/bin/ld: cannot find -ltidy
collect2: error: ld returned 1 exit status
make: *** [libphp5.la] Error 1
Am I missing something here?
I used to do:
git clone https://github.com/ermshiperete/tidy-html5.git
cd tidy-html5
sh build/gnuauto/setup.sh
./configure
make
make install
which actually worked.