Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
4486d68b
Commit
4486d68b
authored
Oct 14, 2019
by
Mccaskey, Alex
Browse files
updates to readme build
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
0201dfdb
Pipeline
#75616
passed with stage
in 4 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4486d68b
...
...
@@ -30,7 +30,9 @@ To enable Python support, ensure that `python3` is set to your desired version o
find the corresponding development headers. Ensure that when you try to run XACC-enabled Python scripts
you are using the same
`python3`
executable that was set during your build.
If you are on Mac OS X, make sure you have XCode command utilities installed.
If you are on Mac OS X, make sure you have XCode command utilities installed. A common issue seen
is missing standard includes like
`wchar.h`
and others. See
[
here
](
https://stackoverflow.com/a/52530212
)
for proper XCode install and configuring to address these types of issues.
Clone the repository recursively, configure with
`cmake`
and build with
`make`
```
bash
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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