aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDichenZhang1 <140119224+DichenZhang1@users.noreply.github.com>2023-09-18 15:30:54 -0700
committerGitHub <noreply@github.com>2023-09-18 15:30:54 -0700
commit6f69033aab067b3d635786f1d9f797d00a6ab9ac (patch)
tree66566645475487382f7012744a6e637ae62d1756 /README.md
parent7172811682d14c786d78b66694688cbc4b715d92 (diff)
downloadlibultrahdr-6f69033aab067b3d635786f1d9f797d00a6ab9ac.tar.gz
Update README.md
Added building commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2647a5f..eb71482 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,11 @@ Preferred Compiler: Clang
Tested with:
- C compiler: Clang 15.0.7
- CXX compiler: Clang 15.0.7
+
+### Building for x86_32 on a x86_64 Linux machine
+```
+$ mkdir build
+$ cd build
+$ cmake ..
+$ make
+```