Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prolog mlpack Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Prolog mlpack Library
Commits
02cf7b25
Commit
02cf7b25
authored
2 years ago
by
Dean Samuel Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
Update README
about the makefile
parent
b84e7aa1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
README.md
+15
-2
15 additions, 2 deletions
README.md
with
16 additions
and
3 deletions
Makefile
+
1
−
1
View file @
02cf7b25
This diff is collapsed.
Click to expand it.
README.md
+
15
−
2
View file @
02cf7b25
...
@@ -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 file
s 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment