Skip to content

Expanded instructions #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: windows
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Currently it can be built by VS2012 for x64 flatform only. This is because the d
- Download the dependency file and extract the folders inside to project root directory.
- Open the solution file in `./build/MSVC`
- Switch build target to x64 platform (Both debug and release are OK).
- If you CUDA installation directory is not `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.5\`, in the Solution Explorer right-click on `MainCaller -> Properties -> Configuration Properties -> Linker -> General -> Additional Library Directories` and add the path to the directory `lib\x64` inside your CUDA installation.
- Include any .cpp you want to build in the `./tools` directory to MainCaller.cpp.
- Build the code and you may find the `./bin/MainCaller.exe`

Expand Down