Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-daemon
Commits
f6217f1c
Commit
f6217f1c
authored
3 years ago
by
Mohamed Chibani
Browse files
Options
Downloads
Patches
Plain Diff
agent: update README.md
Change-Id: If133b3ccb576a3def747c6175dce201b589de35a
parent
91365f81
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/agent/README.md
+31
-5
31 additions, 5 deletions
test/agent/README.md
with
31 additions
and
5 deletions
test/agent/README.md
+
31
−
5
View file @
f6217f1c
# Compile
To compile the agent, one has to enable it while configuring the daemon.
# Agent build steps (linux only)
Last revision: 2021-08-02
# Requirements
Guile library version 3.0.7 or higher is required. Guile lib may require other
dependencies such as libunistring-dev package.
Guile can be provided by the distro if available, or built locally. Note that
Guile v3.0.7 is quite recent and most likely not yet provided by most linux
distros.
If the required version is available on your distro, just install it using your
distro's package manager. Development packages must be installed as well.
# Build Guile library
To build Guile locally, you first need to enable it when building contrib, then
recompile contrib:
```
sh
./configure
--enable-agent
cd
daemon/contribu/native
../bootstrap
--enable-guile
make list
make fetch
make
-j
```
then you need to recompile the contrib. This will compile Guile, which can take
some time.
# Compile
To compile the agent, one has to enable it while configuring the daemon. At this
stage, Guile must be already available.
```
sh
cd
daemon
./configure
--enable-agent
# you can other options if needed such as --enable-debug
cd test
/agent
make agent
```
# Running the agent
The agent expects a Scheme file has its first parameter. This scheme file will
...
...
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