diff --git a/.gitignore b/.gitignore index 70af1da..f82707b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ CMakeCache.txt /build/x86_64-win64/MyFirstUDRKit.dir/ /build/x86_64-win64/x64/ /build/x86_64-win64/ALL_BUILD.vcxproj.user +libMyFirstUDRKit.* diff --git a/Readme.md b/Readme.md index 7bd68a2..3f9edd9 100644 --- a/Readme.md +++ b/Readme.md @@ -47,7 +47,7 @@ cd build/x86_64-linux make ``` -On windows just open the solution in visual studio. +On windows just open the solution in visual studio and build the solution. ### Testing