Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
Beam Positoning Monitor - Software
Commits
dd1e8379
Commit
dd1e8379
authored
9 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
README.md: use libsodium 1.0.8
parent
27bf9fd5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
dd1e8379
...
...
@@ -9,7 +9,7 @@ Software for controlling the AFC BPM boards
Make sure you have the following libraries installed, either by download
the binaries or executing the instructions below:
*
libsodium-
stable
(https://github.com/jedisct1/libsodium/tree/
stable
)
*
libsodium-
1.0.8
(https://github.com/jedisct1/libsodium/tree/
1.0.8
)
*
zeromq-4.2.0 (https://github.com/lnls-dig/libzmq/tree/v4.2.0-pre)
*
czmq-3.0.2 (https://github.com/zeromq/czmq/tree/v3.0.2)
*
mlm-1.0 (https://github.com/lnls-dig/malamute/tree/v1.0)
...
...
@@ -21,8 +21,8 @@ the binaries or executing the instructions below:
sudo apt-get install uuid
### Prerequisites Installation Instructions
git clone --branch=
stable
https://github.com/jedisct1/libsodium.git &&
\
git clone --branch=
1.0.8
https://github.com/jedisct1/libsodium.git && \
git clone --branch=v4.2.0-pre https://github.com/lnls-dig/libzmq.git && \
git clone --branch=v3.0.2 https://github.com/zeromq/czmq.git && \
git clone --branch=v1.0 https://github.com/lnls-dig/malamute.git &&
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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