Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
sasa
Commits
99e6290d
Commit
99e6290d
authored
4 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
rdbgui4sasa: add gnuplot as an external dep, and remove deps already in sasa
parent
beb4576b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
guides/users/README.org
+26
-3
26 additions, 3 deletions
guides/users/README.org
rdbgui4sasa.opam
+3
-3
3 additions, 3 deletions
rdbgui4sasa.opam
with
29 additions
and
6 deletions
guides/users/README.org
+
26
−
3
View file @
99e6290d
...
...
@@ -591,20 +591,43 @@ cf the Docker Install section of the [[http://www-verimag.imag.fr/DIST-TOOLS/SYN
You will need:
- =make= (gnu)
- a set of tools installable via [[https://opam.ocaml.org/][opam]]
- =git=
- =graphviz=
- =lablgtk3=
- =opam=
For instance, on ubuntu,
#+BEGIN_SRC sh
apt install graphviz git make lablgtk3 opam
#+END_SRC
And of course you need =ocaml=.
And a set of tools installable via [[https://opam.ocaml.org/][opam]]
- =dune=
- =ocamlgraph=
- =rdbg=
- =lutin= (not for compiling actually, but for using sasa with custom daemons)
Hence, once =opam= is installed, one just need to:
#+BEGIN_SRC sh
opam install dune ocamlgraph
rdbg lutin
opam install dune ocamlgraph
ocamlfind rdbg lutin lustre-v6
#+END_SRC
And then:
#+BEGIN_SRC sh
git clone https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git
cd sasa
make
make install
make test
#+END_SRC
One can mimic
k
the content of the =test= job in the project
One can
also
mimic the content of the =test= job in the project
[[sasa:.gitlab-ci.yml][.gitlab-ci.yml Gitlab CI script]].
* More
- Releases Notes: https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/releases
...
...
This diff is collapsed.
Click to expand it.
rdbgui4sasa.opam
+
3
−
3
View file @
99e6290d
...
...
@@ -16,10 +16,10 @@ bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sas
build: [make "build"]
install: [make "install"]
depends: [
"ocaml" { >= "4.02" }
"ocamlfind"
"dune" { >= "1.11" }
"lablgtk3"
"sasa"
]
depexts: [
["graphviz" "emacs" "gnuplot" "zathura"]
]
post-messages: ["The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ "]
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