diff --git a/README.md b/README.md index ed58fe1..5e47e40 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,17 @@ This Markdown cheat sheet provides a quick overview of all the Markdown syntax e ## Compilation - The project contains two directories (a) modified-libfdf and (b) parser. + The project contains two folders (a) modified-libfdf and (b) parser. - Compile and install the modified-libfdf using the following set of commands - - `./configure --prefix=/usr/local FC=ifort CC=icc ` - - `make` - - `sudo make install` - - `make check` - + ```Console + ./configure --prefix=/usr/local FC=ifort CC=icc + make + sudo make install + make check + ``` + - In the parser folder, link the modified libfdf library with the interface Fortran file. + ``` ## Integrate parser in your code diff --git a/modified-libfdf b/modified-libfdf index 08f01b2..7c6a4ff 160000 --- a/modified-libfdf +++ b/modified-libfdf @@ -1 +1 @@ -Subproject commit 08f01b239904bf7c855df1c470e778286c6ddd39 +Subproject commit 7c6a4ff29296800726a941dd3b96dd772849ea09