From a7ade0042864ee9652184e23ee225b6dad20b10e Mon Sep 17 00:00:00 2001 From: Yessiest Date: Fri, 20 May 2022 22:18:16 +0400 Subject: [PATCH] Changed default version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c03822..43bdadc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Calling this library a "binding" would probably be a mistake seeing that it simp That being said, it's more than enough for my particular use case. # Building -To make everything to compile with as few steps as possible you will need `make`, `g++`, `libqalculate` and `lua5.2` (which is the default target). +To make everything to compile with as few steps as possible you will need `make`, `g++`, `libqalculate` and `lua5.1` (which is the default target). Once you have all of the above, simply type `make` and it will produce the needed `libqalcaulator.so` library. If you wish to compile against a different version, simply change the variable `LUA_VERSION` in the makefile to the one you need.