From 0c707808edeba15cb1a60ff7a0672b653f6b7cb5 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Fri, 27 Jan 2017 15:43:24 +0100 Subject: [PATCH] doc: fixed documentation Signed-off-by: Nick Papior --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9e542d6..dbf44c9 100644 --- a/README.md +++ b/README.md @@ -48,18 +48,18 @@ In order to use any of these schemes you simply need to follow these steps: 2. Compile [SIESTA][siesta] with `flook` support. If you have followed the procedure outlined [here][flook] you should add this to the SIESTA `arch.make`: - FLOOK_PATH = /path/to/flook/parent - FLOOK_LIBS = -L$(FLOOK_PATH)/src -lflookall -ldl - FLOOK_INC = -I$(FLOOK_PATH)/src - INCFLAGS += $(FLOOK_INC) - LIBS += $(FLOOK_LIBS) - FPPFLAGS += -DSIESTA__FLOOK + FLOOK_PATH = /path/to/flook/parent + FLOOK_LIBS = -L$(FLOOK_PATH)/src -lflookall -ldl + FLOOK_INC = -I$(FLOOK_PATH)/src + INCFLAGS += $(FLOOK_INC) + LIBS += $(FLOOK_LIBS) + FPPFLAGS += -DSIESTA__FLOOK 3. Then you have, for good, enabled the Lua hook. To enable Lua in SIESTA simply set these fdf-flags: - MD.TypeOfRun lua - LUA.Script + MD.TypeOfRun lua + LUA.Script For instance to use the `sfl` relaxation method: