How do I compile the plugin in windows?
I'm doing this:
- Git Clone
sqlcipher
-C:\sqlcipher
- installed
MINGW32
-C:\MINGW32
- installed
msys
-C:\MINGW32\msys.0
- installed
tcltk-8.4.1-1
-C:\MINGW32\bin
tclsh84
renamedtclsh.exe
- installed
Win32OpenSSL-1_0_1f
-C:\OpenSSL-Win32
Now the commands:
1- run C:\MINGW32\msys.0\msys.exe
2 - In mysys.exe, command: cd c:sqlcipher
3 - ./configure --prefix=C:/Qt/Qt5.2.1/5.2.1/mingw48_32/plugins/sqldrivers/qsqlcipher CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
Returns the error:
./configure: line 470: sed: command not found
./configure: line 469: expr: command not found
./configure: line 470: sed: command not found
./configure: line 484: sed: command not found