diff --git a/README.md b/README.md index b44105e98a6333026b287762cab23f17aa0fb1dd..2af950c64c6a998dd402fc185e227bcbb3a1d80a 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.