Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianfrasineanu committed Dec 7, 2016
1 parent 56e0fd6 commit 24693d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Well, at least it's not COBOL...
# First-time use

* Rename .example.\*.store to just *.store in /database
* Make sure the project settings and the linker detect the dependencies in /vendor
* Make sure the project settings and the linker detect the dependencies in /vendor:
* Open the project settings and under C/C++ -> General make sure to have the include folder for each dependency added at the additional include box
* Next, under Linker -> Input add the .lib file for each dependency at additional dependencies
* If you are still getting errors, make sure the .dll is in the /app folder

## Testing

* https://vld.codeplex.com/ - Memory Leaks
* https://vld.codeplex.com/ - For memory leaks under debug mode

0 comments on commit 24693d7

Please sign in to comment.