Guest User

Untitled

a guest
Mar 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. gcc -I/path_of_include_files -L/path_of_load_libraries_files
  2.  
  3. gcc -I. -L. -I../include -L../libs
  4.  
  5. export CFLAGS="-I /usr/local/cuda/include"
  6. export LDFLAGS="-L /usr/local/cuda/lib"
Add Comment
Please, Sign In to add comment