]> git.sesse.net Git - freerainbowtables/blob - BOINC software/BOINC client apps/distrrtgen_cuda/README
misc cleanup and a special Makefile.linux_86_64 for boinc v Makefile for
[freerainbowtables] / BOINC software / BOINC client apps / distrrtgen_cuda / README
1 Makefile is for a standalone build
2         edit the following as necessary:
3                 BOINC_DIR
4                 CUDA_LIB
5                 CUDA_PATH
6 Makefile.linux_x86_64 is for a boinc build
7         edit the following as necessary:
8                 BOINC_DIR
9                 CUDA_LIB
10                 CUDA_PATH
11                 CUDA_VERSION
12                 VERSION (arbitrary boinc version number)
13
14         include these files for the bonic client:
15                 charset.txt
16                 distrrtgen_$(VERSION)_x86_64-pc-linux-gnu__$(CUDA_VERSION)
17                 libcudart.so.3=libcudart_$(VERSION)_x86_64-pc-linux-gnu__$(CUDA_VERSION).so.3
18                 libcudart.so.3=libcudart_$(VERSION)_x86_64-pc-linux-gnu__$(CUDA_VERSION).so.3.file_ref_info
19                 libgcc_s.so.1=libgcc_s_$(VERSION)_x86_64-pc-linux-gnu__$(CUDA_VERSION).so.1
20                 libgcc_s.so.1=libgcc_s_$(VERSION)_x86_64-pc-linux-gnu__$(CUDA_VERSION).so.1.file_ref_info
21                 libstdc++.so.6=libstdc++_$(VERSION)_x86_64-pc-linux-gnu__$(CUDA_VERSION).so.6
22                 libstdc++.so.6=libstdc++_$(VERSION)_x86_64-pc-linux-gnu__$(CUDA_VERSION).so.6.file_ref_info
23
24 Makefile.linux_i686
25         follow the above instructions and modify them as necessary
26         you *must* build on a 32-bit host short of a lot of trickery of the boinc
27                 libs
28
29 Cuda 2.3 tookit requires a driver version of at least 190.38
30 Cuda 3.0 toolkit requires a driver version of at least 195.00
31 Cuda 3.2 toolkit requires a driver version of at least 260.61