Skip to content

Commit c6380d3

Browse files
authored
Update Readme with more build details (#198)
1 parent e2a8b80 commit c6380d3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ https://opensource.org/licenses/MIT
2222
Building
2323
========
2424
1) Get gmmlib repository
25+
26+
git clone https://github.com/intel/gmmlib.git
2527

2628
2) Change it to root directory
2729

@@ -33,7 +35,11 @@ Building
3335

3436
4) Run the cmake command to prepare build files
3537

36-
``$ cmake [-DCMAKE_BUILD_TYPE= Release | Debug | ReleaseInternal] ..``
38+
| ``$ cmake [-DCMAKE_BUILD_TYPE=Release | Debug | ReleaseInternal] ..``
39+
| where,
40+
| -DCMAKE_BUILD_TYPE can be set to one build type flag at a time.
41+
| Example:
42+
| ``$ cmake -DCMAKE_BUILD_TYPE=Release ..``, For Release build
3743
3844
5) Build the project
3945

@@ -82,6 +88,8 @@ XE_HPC (PVC: Ponte Vecchio)
8288

8389
XE_HPG (DG2, ACM: Alchemist)
8490

91+
Xe_LPG (MTL: Meteor Lake, ARL: Arrow Lake)
92+
8593
Release Tags
8694
============
8795

0 commit comments

Comments
 (0)