Skip to content

ElevationsRPG/sqlcipher-amalgamation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLCipher-Amalgamation

This is a helper repo for QSqlCipher-Qt6 which creates the amalgamation version of SQLCipher out of the original SQLCipher repo. The bash script 'create_amalgamation.sh' basically does:

  • clone the sqlcipher repo from https://github.com/sqlcipher/sqlcipher.git for the given tag
  • calls 'configure
  • calls 'make sqlite3.c'
  • and then copies and adds the output to this git repo and creates the corresponding tag No error checking is done.

About

Amalgamation of sqlcipher sources

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%