You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Do we have to compile/install the entire main certificate transparency stuff in order for the python stuff to install correctly even if we're only interested in scanning other people's logs rather than maintaining our own log?
Which "parent python/ directory" is instruction 3 of the python README referring to? "3. Run 'make' in the parent python/ directory to generate the Python versions of CT protocol buffers." This instruction immediately follows the instruction to install the protoc compiler, which has its own python directory. Is instruction 3 referring to the python directory within the certificate-transparency repo? I would assume so because the protoc python folder doesn't even have a makefile.
Following the instructions as I've understood them (without installing the overarching certificate transparency program via gclient and whatnot and taking "parent python/ directory" to mean the python directory within certificate-transparency), I'm getting this error:
/certificate-transparency/python/../../install/include: warning: directory does not exist.
I don't see any folders called "install" or "include" in either protoc or certificate-transparency.