01-12-2010, 09:52 PM
Hey guys,
Heres a full set of commands to get this running. Big props to leigh123 at fedoraforum for this.
Requires: git, gcc, g++, make
Then "hlextract" becomes a command you can use anywhere. Woohoo, easy synergy setup.
Heres a full set of commands to get this running. Big props to leigh123 at fedoraforum for this.
Requires: git, gcc, g++, make
Code:
git clone git://github.com/aciid/hllib.git
cd hllib
make clean -C HLLib
make -C HLLib -f Makefile install
ldconfig
gcc -O2 -g HLExtract/Main.c -o HLExtract/hlextract -lhl
cp /usr/local/lib/libhl.so.2.0.10 /usr/lib/libhl.so
ln -s /usr/lib/libhl.so /usr/lib/libhl.so.2
ldconfig
cp HLExtract/hlextract /usr/local/bin
Then "hlextract" becomes a command you can use anywhere. Woohoo, easy synergy setup.