From 4aab9c75ce52a5eab727feff65efa333be4a52c5 Mon Sep 17 00:00:00 2001 From: joshohagan Date: Mon, 7 Jul 2025 08:56:36 +1200 Subject: [PATCH] Update readme with submodule clone instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ff6e3aa..3400e7e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,16 @@ In no particular order: * FFT library: [FFTW](http://fftw.org/) version 3.3.10 ## How to compile + +### Cloning +Clone this repository and its submodules using +``` +git clone git@github.com:kentril0/WaterSurfaceRendering.git +cd WaterSurfaceRendering +git submodule update --init --recursive +``` + +### Building Tested on Ubuntu 20.04 LTS, in root dir: ``` $ mkdir build && cd build