]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
README: Give example how to compile CUDA-based version
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 11 Jul 2018 06:59:03 +0000 (08:59 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 11 Jul 2018 06:59:03 +0000 (08:59 +0200)
README.md

index e05c9a5ca948a29f4f8729e2ae5fe2883524495d..5d5e0bee57a12ddcfa6d178314ed6e908f421402 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,10 +23,12 @@ $ make -k
 
 This will create several `build-*` directories and compile different
 versions in them. If prerequisites of some builds are missing, the
-`-k` option ensures that the errors are ignored. This uses [Ninja](https://ninja-build.org/) build system, which is useful when building naively on TX2, because builds with `ninja` are faster (better parallelized) than with `make`. To build only specific version run:
+`-k` option ensures that the errors are ignored. This uses [Ninja](https://ninja-build.org/) build system, which is useful when building naively on TX2, because builds with `ninja` are faster (better parallelized) than with `make`.
+
+To build only a specific version run `make <version>`, for example:
 
 ``` shellsession
-make <version>
+make cufft
 ```
 
 ### Using cmake gui