sqlcipher compile plugin on windows

0

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 renamed tclsh.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

    
asked by anonymous 03.04.2014 / 18:19

1 answer

0

Resolved:

I downloaded MinGW get with MinGw-developer-tookit .

    
11.04.2014 / 20:50