Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
0e3ba164
Commit
0e3ba164
authored
4 years ago
by
jerem
Committed by
jeremad
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(doc): fix linux instructions for CUDA 10
parent
af34864c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
14 deletions
+3
-14
BUILD.md
doc/BUILD.md
+3
-14
No files found.
doc/BUILD.md
View file @
0e3ba164
...
...
@@ -68,23 +68,12 @@ sudo apt install
qttools5-dev \
swig \
wget \
xxd
xxd
\
# Set up gcc-6 and g++-6 as your compiler
sudo apt-get install gcc-6 g++-6
# Install CUDA: https://developer.nvidia.com/cuda-downloads
# As system-wide configuration
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 20
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 20
# Or for the local build
export CC=gcc-6
export CXX=g++-6
# Install CUDA: https://developer.nvidia.com/cuda-90-download-archive
cmake -DGPU_BACKEND_CUDA=ON -DGPU_BACKEND_OPENCL=ON \
cmake -DGPU_BACKEND_CUDA=ON -DGPU_BACKEND_OPENCL=OFF -DRTMP_NVENC=OFF \
-G Ninja \
stitchEm
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment