Skip to content

Commit

Permalink
GitHub export of 1.4.0 (Internal repo commit 72cf8ea)
Browse files Browse the repository at this point in the history
* 72cf8ea (Mon, 29 Oct 2018 06:28:37 -0400)
  Move README.md from develop (missed during release) NoJenkins
  (cherry picked from commit 89c224de5780fe907db5fc268923d048874447b5)
  • Loading branch information
AaronDMarasco-VSI committed Oct 29, 2018
1 parent c7d72b0 commit 6c7f483
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Expand Up @@ -9,10 +9,13 @@ All documentation is in the `doc/` subdirectory available [here](doc/). **This i
Installation
---
#### YUM / RPM
This is for CentOS 6 or 7 systems:
- `sudo yum install yum-utils`

**This is the recommended usage for most users** and the most likely to be supported.

On CentOS 6 or 7 systems:
- `sudo yum install yum-utils epel-release`
- `sudo yum-config-manager --add-repo=http://opencpi.github.io/repo/opencpi-v1.4.0.repo`
- `sudo yum install 'opencpi-*' 'ocpi-prereq-*'`
- `sudo yum install 'opencpi*'`

For additional information, consult the [YUM/RPM Installation Guide][rpminstall].

Expand All @@ -22,12 +25,12 @@ For additional information, consult the [YUM/RPM Installation Guide][rpminstall]
- Enter the following command in a directory where `opencpi` will be cloned/downloaded.
- `git clone https://github.com/opencpi/opencpi.git`
- `cd opencpi` (enter the directory where the OpenCPI git repository was cloned)
- This next command will:
--- first install some standard prerequisites using `sudo yum install`
--- download/build others directly in the `prerequisites` subdirectory under `opencpi/`.
--- build the framework and built-in projects from source
--- if a development system, run tests on the resulting built system
- `scripts/install-opencpi.sh` (root permission *not* required)
- `scripts/install-opencpi.sh` (root permission *not* required) will:
- first install some standard prerequisites using `sudo yum install`
- download/build others directly in the `prerequisites` subdirectory under `opencpi/`.
- build the framework and built-in projects from source
- if a development system, run tests on the resulting built system


For additional information, consult the [traditional Installation Guide][ossinstall].

Expand Down

0 comments on commit 6c7f483

Please sign in to comment.