Basic project updates for external community.

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
pull/30/head
Jeff Scheel 7 years ago
parent 77847cd07e
commit a6d2fd6d12

@ -1,5 +1,5 @@
# Porting Guide for Linux on Power # Programming Guides for Linux on Power
TBD... Description TBD...


To build this project, one must ensure that the Docs-Master project has To build this project, one must ensure that the Docs-Master project has
also been cloned at the same directory level as the Docs-Template project. also been cloned at the same directory level as the Docs-Template project.
@ -14,12 +14,12 @@ This can be accomplished with the following steps:
2. Clone this project (Docs-Template) using the following command: 2. Clone this project (Docs-Template) using the following command:


``` ```
$ git clone https://ibm.github.com/scheel/SJM-Porting-Guide.git $ git clone https://github.com/OpenPOWERFoundation/Programming-Guides.git
``` ```
3. Build the project with these commands: 3. Build the project with these commands:
``` ```
$ cd SJM-Porting-Guide $ cd Programming-Guides
$ mvn clean generate-sources $ mvn clean generate-sources
``` ```



@ -17,6 +17,6 @@
<modules> <modules>
<!-- TODO: Add new documents are build in the project, add their directories to this list to <!-- TODO: Add new documents are build in the project, add their directories to this list to
enable all document builds from the top level --> enable all document builds from the top level -->
<module>Vector_Intrinsics</module> <module>Porting_Vector_Intrinsics</module>
</modules> </modules>
</project> </project>

Loading…
Cancel
Save