Update Readme with more build details (#198)

This commit is contained in:
John Machado 2024-05-30 15:23:10 +05:30 committed by GitHub
parent e2a8b80fb1
commit c6380d3db1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -22,6 +22,8 @@ https://opensource.org/licenses/MIT
Building
========
1) Get gmmlib repository
git clone https://github.com/intel/gmmlib.git
2) Change it to root directory
@ -33,7 +35,11 @@ Building
4) Run the cmake command to prepare build files
``$ cmake [-DCMAKE_BUILD_TYPE= Release | Debug | ReleaseInternal] ..``
| ``$ cmake [-DCMAKE_BUILD_TYPE=Release | Debug | ReleaseInternal] ..``
| where,
| -DCMAKE_BUILD_TYPE can be set to one build type flag at a time.
| Example:
| ``$ cmake -DCMAKE_BUILD_TYPE=Release ..``, For Release build
5) Build the project
@ -82,6 +88,8 @@ XE_HPC (PVC: Ponte Vecchio)
XE_HPG (DG2, ACM: Alchemist)
Xe_LPG (MTL: Meteor Lake, ARL: Arrow Lake)
Release Tags
============