sqlcipher compile plugin in windows

Asked

Viewed 31 times

0

How do I compile the plugin in windows?

I’m doing like this:

  • Git Clone sqlcipher - C:\sqlcipher
  • installed MINGW32 - C:\MINGW32
  • installed msys - C:\MINGW32\msys\1.0
  • installed tcltk-8.4.1-1- C:\MINGW32\bin tclsh84 renamed tclsh.exe
  • installed Win32OpenSSL-1_0_1f - C:\OpenSSL-Win32

Now I command them:

1- execution C:\MINGW32\msys\1.0\msys.exe

2 - No 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

1 answer

0


Solved:

I downloaded the MinGW get with MinGw-developer-tookit.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.