From ae15d7ba087f81d713280785840122dea81ea844 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Fixes for running on Linux. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 85429a6..35630a8 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ are set to r0x. ## Building instructions You'll need nothing but a C compiler (C89). A sample makefile (Makefile) is provided for GNU Make. Just run `make` inside this directory and the salis -library should compile as well as the tsalis executable. Feel free to edit -the makefile as needed. Code should compile easily on all platforms and on all -C89 compliant compilers. If you run into any difficulties, please let me know! +library should compile as well as the tsalis executable. You may want to run +`sudo make install` as well, in order to install the salis library. + +Feel free to edit the makefile as needed. Code should compile easily on all +platforms and on all C89 compliant compilers. If you run into any difficulties, +please let me know! -- cgit v1.2.1