mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 14:40:10 +00:00
20 lines
437 B
Plaintext
20 lines
437 B
Plaintext
== Requires ==
|
|
NVidia CUDA toolkit & NVidia CUDA SDK
|
|
|
|
== Compilation ==
|
|
run:
|
|
# ./autogen.sh
|
|
# ./configure # (optional, called automatically by autogen.sh)
|
|
# make
|
|
|
|
If you wish to specify path to your CUDA instalation, call
|
|
configure as
|
|
# ./configure --with-cuda=/path/to/cuda/root
|
|
|
|
== Instalation ==
|
|
# make install
|
|
|
|
For the default install DESTDIR value (/usr/local), consider updating your
|
|
PKG_CONFIG_PATH and LD_LIBRARY_PATH variables
|
|
|