How to Install and Run CaPTk on Linux

You can download the CaPTk binary file here.
 
cd ~/Downloads
chmod +x CaPTk_1.9.0_Installer.bin

# Specify the installation path with --target
mkdir ~/CaPTk
./CaPTk_1.9.0_Installer.bin --target /home/$USER/CaPTk/

# Execute CaPTk GUI or double click CaPTk-1.9.0.bin 
cd ~/CaPTk/CaPTk/1.9.0
./CaPTk-1.9.0.bin

# Execute CaPTk CLI (Display BraTSPipeline, DeepMedic help information)
/home/$USER/CaPTk/CaPTk/1.9.0/CaPTk-1.9.0.bin BraTSPipeline -h
/home/$USER/CaPTk/CaPTk/1.9.0/CaPTk-1.9.0.bin DeepMedic -h

댓글