@@ -17,14 +17,14 @@ Build script currently generates only solution
1717
1818#### 1. Requirements
1919
20- - [ sqlite-jdbc-3.32.3.2.jar] ( https://www.visualstudio. com/products/visual-studio-express-vs )
20+ - [ sqlite-jdbc-3.32.3.2.jar] ( https://github. com/xerial/sqlite-jdbc )
2121
2222#### 2. Steps
2323
24- 1 . [ Download snapshot of this repository] [ repo-dl ] , unzip and open it
25- 2 . Run ` premake.bat ` or ` premake4.bat `
24+ 1 . [ Download snapshot of this repository] [ SQLite-Encryption ] , unzip and open it
25+ 2 . Run
2626
27- ** Following these steps and building all binaries in their _ Release _ versions took me ~ 2 minutes on my laptop. **
27+ ** Following these steps and building all binaries in their out directory **
2828
2929
3030## Issues
@@ -50,7 +50,7 @@ For making contribution:
50502 . Clone it
5151
5252```
53- git clone https://github.com/wahabjawed/POS--Demo-Kotlin- .git
53+ git clone https://github.com/wahabjawed/SQLite-Encryption .git
5454 cd dbEncrypt
5555```
5656
@@ -64,4 +64,18 @@ use IntelliJ IDEA to open the project
6464
6565## License
6666
67+ Copyright 2020 Abdul Wahab
68+
69+ Licensed under the MIT License, (the "License");
70+ you may not use this file except in compliance with the License.
71+ You may obtain a copy of the License at
72+
73+ https://opensource.org/licenses/MIT
74+
75+ Unless required by applicable law or agreed to in writing, software
76+ distributed under the License is distributed on an "AS IS" BASIS,
77+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
78+ See the License for the specific language governing permissions and
79+ limitations under the License.
80+
6781[[ Back to top]] ( https://github.com/wahabjawed/SQLite-Encryption#index )
0 commit comments