kostya / lexbor

Fast HTML5 Parser with CSS selectors. This is successor of myhtml and expected to be faster and use less memory.
MIT License
95 stars 14 forks source link

Can't install when CMAKE_GENERATOR is set #26

Closed iacore closed 1 year ago

iacore commented 1 year ago

Environment variable CMAKE_GENERATOR sets the default build generator. I have it set to Ninja, so the lexbor can't be installed.

Removing the envvar worked.

kostya commented 1 year ago

i not familiar wich cmake or others. if your know how to fix it, send pr.

you can locally build ext:

git clone https://github.com/kostya/lexbor.git
cd lexbor/src/ext
make package