Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
qcor
Commits
53c88f94
Commit
53c88f94
authored
Mar 26, 2019
by
Powers, Sarah
Browse files
removing space before '-' in wget line
parent
9779a100
Pipeline
#43878
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
53c88f94
...
@@ -19,7 +19,7 @@ $ export PATH=$PATH:/usr/local/bin
...
@@ -19,7 +19,7 @@ $ export PATH=$PATH:/usr/local/bin
On Ubuntu 16+, install latest clang and llvm libraries and headers (you may need sudo)
On Ubuntu 16+, install latest clang and llvm libraries and headers (you may need sudo)
```
bash
```
bash
$
wget
-O
- https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
$
wget
-O-
https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
$
add-apt-repository
"deb http://apt.llvm.org/jessie/ llvm-toolchain-jessie main"
$
add-apt-repository
"deb http://apt.llvm.org/jessie/ llvm-toolchain-jessie main"
$
apt-get update
$
apt-get update
$
apt-get
install
libclang-9-dev llvm-9-dev clang-9
$
apt-get
install
libclang-9-dev llvm-9-dev clang-9
...
...
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