Skip to content

Commit

Permalink
Add note to readme about potential python3 problems
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jbush001 committed Jan 23, 2016
1 parent a31627c commit ed159a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,17 @@ The following script will download and install the
Build everything else:

make

Run tests:

make test

_If you are on a Linux distribution that defaults to python3, you may run into build
problems with the compiler. In tools/NyuziToolchain/tools/CMakeLists.txt, comment
out the following line:_

add_llvm_external_project(lldb)

## What next?

Sample applications are available in [software/apps](software/apps). You can
Expand Down

0 comments on commit ed159a1

Please sign in to comment.