rljacobson / Levenshtein

A Blazingly Fast Damerau–Levenshtein Edit Distance Function (UDF) for MySQL
MIT License
25 stars 3 forks source link

Clarify boost dependency #10

Open rljacobson opened 2 years ago

rljacobson commented 2 years ago

If you are having trouble compiling-- try getting rid of everything under ### Testing and Benchmarking ### in CMakeLists.txt that way you don't have to download the large boost library (boost isn't clearly listed as a requirement)

Originally posted by @sjlevy in https://github.com/rljacobson/Levenshtein/issues/6#issuecomment-1019430490

Figure out what we're using boost for. Either replace it with a lighter alternative, remove the dependency altogether, or, if it's absolutely necessary, document the dependency and its consequences.