From 7433cb463d5128da7056a8c7708c8fbcd4ad9143 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Fri, 23 Dec 2022 17:38:03 -0400 Subject: [PATCH] more stuff --- docs/dev/building/Compile.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/dev/building/Compile.rst b/docs/dev/building/Compile.rst index cedf7e210..80e88f708 100644 --- a/docs/dev/building/Compile.rst +++ b/docs/dev/building/Compile.rst @@ -95,6 +95,9 @@ windows batch files that can be used to avoid opening a terminal/command-prompt. You should seek cmake's documentation online or via ``cmake --help`` to see how the command works. See the `build-options` page for help finding the DFHack build options relevant to you. +Before compiling code, you'll of course need code to compile. This **will include** the submodules, so +be sure you've read the section about getting the code. + .. _compile-linux: Linux