INSTALL
上传用户:chinafayin
上传日期:2022-04-05
资源大小:153k
文件大小:1k
- Installation Instructions
- *************************
- Basic Installation
- ==================
- Requirements:
- - The CMake build system is used instead of autotools. Download
- the newest version at www.cmake.org or use your distribution package
- manager. For additional information, see:
- http://www.cmake.org/cmake/help/documentation.html
- - NVIDIA CUDA Toolkit and CUDA SDK version 2.1 (or later) from:
- http://www.nvidia.com/object/cuda_get.html
- - G++ 4.3 or later is recommended.
- Briefly, these commands generate Makefile, build, and install
- this program:
- cmake .
- make
- make install