From ae4a42f276e3591c85a061ccbd29e507beb84000 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <antoine.hoffmann@epfl.ch> Date: Sat, 25 Feb 2023 10:34:07 +0000 Subject: [PATCH] Add info on the wiki's tutorial --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b44105e9..2af950c6 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. # How to compile and run GYACOMO -To compile and run GYACOMO, follow these steps: +A tutorial is present on the code's wiki https://gitlab.epfl.ch/ahoffman/gyacomo/-/wikis/home. +(older guideline) +To compile and run GYACOMO, follow these steps: 1. Make sure the correct library paths are set in local/dirs.inc. Refer to INSTALATION.txt for instructions on installing the required libraries. 2. Go to the /gyacomo directory and run make to compile the code. The resulting binary will be located in /gyacomo/bin. You can also compile a debug version by running make dbg. -- GitLab