Skip to content
Snippets Groups Projects
Commit 02cf7b25 authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
Browse files

Update README

about the makefile
parent b84e7aa1
Branches
Tags
No related merge requests found
...@@ -16,9 +16,22 @@ while running sicstus in the repository or: ...@@ -16,9 +16,22 @@ while running sicstus in the repository or:
``` ```
when running sicstus in a different directory. when running sicstus in a different directory.
## Compile the main file ## Compile the main files with Makefile
To compile the main files with splfr you need to use the following command in the repository folder. To compile the main files just use __make__
if your full path to splfr is not __/usr/local/sicstus4.7.1/bin/splfr__
then you will have to exchange this Makefile line with your splfr path.
```
splfr=/usr/local/sicstus4.7.1/bin/splfr
```
## Compile the main files manually
To compile the main files manually with splfr you need to use the following command in the repository folder.
The flags The flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment