Skip to content

Commit 89b3f6e

Browse files
authoredNov 18, 2019
Merge pull request #705 from sarthakpati/master
One final PR for the RSNA release
2 parents 3f266ae + ff5184b commit 89b3f6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1996
-196
lines changed
 

‎6.2_Installation.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@
1717
\verbatim
1818
chmod +x CaPTk_${Version}.bin
1919
\endverbatim
20-
- Run the following command to start CaPTk:
20+
- To install CaPTk to the current directory where the AppImage was downloaded, run the following command:
2121
\verbatim
2222
./CaPTk_${Version}.bin
2323
\endverbatim
24+
- To specify a preferred directory to install CaPTk, run the following command:
25+
\verbatim
26+
./CaPTk_${Version}.bin --target {path_to_preferred_directory}
27+
\endverbatim
2428
- Follow prompts to install.
2529

2630
## macOS

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SET( ${PROJECT_NAME}_Variant "Full" ) # the particular variant of CaPTk (Full/Ne
1313

1414
SET( PROJECT_VERSION_MAJOR 1 )
1515
SET( PROJECT_VERSION_MINOR 7 )
16-
SET( PROJECT_VERSION_PATCH 3.nonRelease.20191114 )
16+
SET( PROJECT_VERSION_PATCH 3 )
1717
SET( PROJECT_VERSION_TWEAK )
1818

1919
# Configure CCache if available

0 commit comments

Comments
 (0)
Please sign in to comment.