From 060f55ac2e4bf8ed4d589dd5ecda4ab03bfee789 Mon Sep 17 00:00:00 2001 From: Hirek Date: Sat, 1 Mar 2025 20:58:29 +0100 Subject: [PATCH] Note for compiling (there are submodules now) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a60f43f..a58849ce 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ MaSzyna should work and compile natively under **Linux** and **Windows**. Other Commands will be written in [`Bash`](https://www.gnu.org/software/bash/). No-Linux users must do in corresponding technology. 0. Clone source code. - You may download source code [as ZIP archive](https://github.com/eu07/maszyna/archive/master.zip), or clone it by [`Git`](https://git-scm.com/). We won't provide tutorial to second one, the only note worth mention is that, repository doesn't contain submodules, so `--recursive` is not needed. From now, it is assumed that your working directory is inside directory with unpacked source code. + You may download source code [as ZIP archive](https://github.com/eu07/maszyna/archive/master.zip), or clone it by [`Git`](https://git-scm.com/). We won't provide tutorial to second one, the only note worth mention is that, repository contain submodules, so `--recursive` is needed. From now, it is assumed that your working directory is inside directory with unpacked source code. 1. Make directory, where build files will be stored, then enter inside it. $ mkdir build