File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/RazorRockstars/RazorRockstars.Console Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- Requires sqlite3.dll module in same /bin directory as .exe or available in the OS System $PATH
1
+ ## Requires sqlite3.dll module in same /bin directory as .exe or available in the OS System $PATH
2
2
3
3
In VS.NET this is done by copying the sqlite3.dll for your architecture into your projects root path:
4
4
5
- - \sqlite\x86\sqlite3.dll -> \
6
- or
7
- - \sqlite\x64\sqlite3.dll -> \
5
+ for 32bit pc
6
+ - copy `\sqlite\x86\sqlite3.dll` to `\`
7
+ or for 64bit
8
+ - copy `\sqlite\x64\sqlite3.dll` to `\`
8
9
9
- Then go to \sqlite3.dll properties and change the Build Action to: 'Copy if Newer'
10
+ Then go to ` \sqlite3.dll` properties (in VS.NET) and change the Build Action to: 'Copy if Newer'
You can’t perform that action at this time.
0 commit comments