diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
commit | 725088882d82e983a03c0fb006707fa79b5c5acc (patch) | |
tree | 5cf2f0429827dc995632c04049a68501f2b72ef0 | |
parent | b11c47df5cf8d2832227bfac00cb48da522010f2 (diff) |
Updated README files.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | tsalis/README.md | 8 |
2 files changed, 6 insertions, 4 deletions
@@ -28,7 +28,7 @@ To watch an introductory video about *SALIS* ### Details
- *SALIS* is an API, so an UI must be written to communicate with it
- *SALIS* is written in C
-- *SALIS* must be compiled as a library (e.g. *libsalis.a*)
+- *SALIS* must be compiled as a library (e.g. *libsalis.so*)
### Organisms consist of
- One or two associated memory blocks
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 |