-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use secure HTTPS URLs where possible
- Loading branch information
1 parent
e3e27b6
commit ec443c9
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ with a log of the build messages to [email protected]. | |
Requirements: | ||
|
||
- either an OpenCL runtime (with headers) or the CUDA toolkit | ||
- CMake [ http://cmake.org ] (to build) | ||
- CMake [ https://cmake.org ] (to build) | ||
|
||
Run CMake on the CMakeList.txt file in src/ and build according to | ||
your platform. Set CMAKE_INSTALL_PREFIX to your desired path if you | ||
|
@@ -21,4 +21,4 @@ There are instruction for installation in the CMake file which make | |
install on Windows. | ||
|
||
If you also want the python bindings, run 'python setup.py install' | ||
after building and installing the library which will install pygpu. | ||
after building and installing the library which will install pygpu. |