open-eid / chrome-token-signing

DEPRECATED Chrome and Firefox extension for signing with your eID on the web
https://github.com/open-eid/chrome-token-signing/wiki
GNU Lesser General Public License v2.1
206 stars 75 forks source link

The project lost file jsonxx.cc #19

Closed youngbug closed 7 years ago

youngbug commented 7 years ago

I cannot find the file jsonxx.cc and jsonxx.h.

allanjuhanson commented 7 years ago

Hi youngbug

Json parser that contains jsonxx.cc and jsonxx.h. is included as a submodule from here.

Probably when you cloned the repository, the submodule wasn't included. You need to add the recursive option when cloning. git clone https://github.com/open-eid/chrome-token-signing.git --recursive

or when you already have the repository: git submodule update --init --recursive

I hope this helps

youngbug commented 7 years ago

Thank you very much.

allanjuhanson commented 7 years ago

You're welcome