From 725088882d82e983a03c0fb006707fa79b5c5acc Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Updated README files. --- tsalis/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tsalis') diff --git a/tsalis/README.md b/tsalis/README.md index e58ebd2..fd81a19 100644 --- a/tsalis/README.md +++ b/tsalis/README.md @@ -5,11 +5,13 @@ portable enough and should run easily in any terminal environment. ## Building instructions You'll need nothing but a C compiler (C89). You must build the program and link -it with *SALIS* (e.g. *libsalis.a*) and ncurses. A sample makefile +it with *SALIS* (e.g. *libsalis.so*) and ncurses. A sample makefile (Makefile) is provided for GNU Make. You can also just run the `make` command inside the salis directory and it will automate the building and linking of -both the library and this application. Feel free to edit both makefiles as -needed. If you run into any difficulties, please let me know! +both the library and this application. By default, both *SALIS* and *TSALIS* +will be built on the `bin` directory, on the *SALIS* main repository. Feel +free to edit both makefiles as needed. If you run into any difficulties, please +let me know! ## List of commands ### Command-line arguments -- cgit v1.2.1