Skip to content
Snippets Groups Projects
Commit b7ee746e authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Update README for recursive clone

parent be95da18
No related branches found
No related tags found
1 merge request!235Update README for recursive clone
Pipeline #48561 passed
...@@ -9,7 +9,7 @@ This repository contains the three subprojects of Image Domain Gridding: ...@@ -9,7 +9,7 @@ This repository contains the three subprojects of Image Domain Gridding:
# Installation # Installation
``` ```
git clone https://git.astron.nl/RD/idg.git git clone https://git.astron.nl/RD/idg.git --recursive
cd idg && mkdir build && cd build cd idg && mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/idg/ .. cmake -DCMAKE_INSTALL_PREFIX=/usr/local/idg/ ..
ccmake . # For interactively setting parameters, like BUILD_LIB_CUDA ccmake . # For interactively setting parameters, like BUILD_LIB_CUDA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment