Skip to content

Commit 6b0e988

Browse files
committed
Update README.md
1 parent 84e39fb commit 6b0e988

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ What?
77
- drop-in/drop-out
88
- you may for example encrypt your current databases, use them as long as you wish, then decide to decrypt them back to plain text and use them from the standard SQLite3 library, also you may use this library just as a standard SQLite3 library
99
- no external dependencies like _OpenSSL_, _Microsoft Visual C++ Redistributable Packages_, _Microsoft .NET Framework_, ...
10-
- build script currently generates only solution _(*.sln)_ files for Microsoft Visual Studio IDE, but as SQLite3 and wxSQLite3 are cross-platform, you may try to [download the original wxSQLite3 source code](https://sourceforge.net/projects/wxcode/files/Components/wxSQLite3) and built it yourself for your platform
1110

1211
_\*Support for 256 bit AES encryption is still experimental_
1312

@@ -31,6 +30,8 @@ How to?
3130

3231
### Compile it
3332

33+
Build script currently generates only solution _(*.sln)_ files for Microsoft Visual Studio IDE, but as SQLite3 and wxSQLite3 are cross-platform, you may try to [download the original wxSQLite3 source code][wxsqlite3-dl] and built it yourself for your platform.
34+
3435
#### 1. Requirements
3536

3637
- Windows with [MS Visual Studio](https://www.visualstudio.com/products/visual-studio-express-vs) 2012+ *(2010 not tested but should work too)*
@@ -53,7 +54,7 @@ Because developers of the wxSQLite extension needs to incorporate changes with e
5354

5455
#### 1. Automatic
5556

56-
- Run `tools\update.bat` or `premake update`
57+
- Run `premake update` or `tools\update.bat`
5758

5859
> *Requires _PowerShell_
5960

0 commit comments

Comments
 (0)