aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRam Mohan M <ram.mohan@ittiam.com>2023-11-07 21:18:48 +0530
committerharish.mahendrakar@ittiam.com <harish.mahendrakar@ittiam.com>2023-11-10 15:22:06 +0000
commitadd968208c63e97718b28cc6a1e060e145008170 (patch)
tree96549b86ec3e00ad122a3ea833cdbe8167b9cb65 /README.md
parent971d6a7224e738ffb394e9e4a12e1c7aad26daf1 (diff)
downloadlibultrahdr-add968208c63e97718b28cc6a1e060e145008170.tar.gz
update for nmake build
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7bc27b..27e5361 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,22 @@ This will generate the following files under *{build_directory/Release}*:
**ultrahdr_unit_test.exe**<br> Unit tests
+### Visual C++ (Command line)
+
+ mkdir {build_directory}
+ cd {build_directory}
+ cmake -G "NMake Makefiles" -DUHDR_BUILD_TESTS=1 ../
+ cmake --build ./ --config=Release
+ ctest
+
+This will generate the following files under *{build_directory}*:
+
+**ultrahdr.lib**<br> Static link library for the ultrahdr API
+
+**ultrahdr_app.exe**<br> Sample application demonstrating ultrahdr API
+
+**ultrahdr_unit_test.exe**<br> Unit tests
+
### MinGW
NOTE: This assumes that you are building on a Windows machine using the MSYS