Search code examples
build-processscons

How can we parse .sconsign.dblite file?


From this : What is the file .sconsign.dblite for? I understand that it is a database.

I am interested to see the contents of it. How can it be parsed? Is there any standard tool available?


Solution

  • The installation of SCons contains a command-line tool named "sconsign", which can be used to output the contents of the signature database in a more human-readable format. If you're under Linux/Unix, check its MAN page please (man sconsign).