Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Add required dependencies to build documentation.
Browse files Browse the repository at this point in the history
These are all required to produce successful makefiles for this project.
  • Loading branch information
JustinTArthur committed Jul 26, 2017
1 parent 3c0e33b commit 3dd2be0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -37,6 +37,12 @@ Follow the instructions at https://rocm.github.io/install.html to install ROCm.

## BUILDING

Install additional dependencies:
* OCaml
* findlib
* A Python 2 environment or active virtualenv with the Microsoft Z3 package
* git with subversion support (git svn)

Use out-of-source CMake build and create separate directory to run CMake.

The following build steps are performed:
Expand Down

0 comments on commit 3dd2be0

Please sign in to comment.