Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
LSH
lsh
Commits
e879e471
Commit
e879e471
authored
May 14, 2013
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated info about needed libraries.
parent
1003ac04
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+8
-5
8 additions, 5 deletions
README
with
8 additions
and
5 deletions
README
+
8
−
5
View file @
e879e471
...
@@ -25,9 +25,9 @@ running
...
@@ -25,9 +25,9 @@ running
If you want to hack lsh, you need some more tools:
If you want to hack lsh, you need some more tools:
* autoconf
(version 2.59 or later is recommended),
* autoconf
* automake
(version 1.8.2 or later),
* automake
* bash,
* bash,
...
@@ -36,7 +36,7 @@ If you want to hack lsh, you need some more tools:
...
@@ -36,7 +36,7 @@ If you want to hack lsh, you need some more tools:
* gperf (at least version 2.7)
* gperf (at least version 2.7)
* a scheme implementation. The currently supported schemes are guile
* a scheme implementation. The currently supported schemes are guile
and scsh
(at least version 0.6)
.
and scsh.
All but scsh can be found at your local GNU mirror site. scsh,
All but scsh can be found at your local GNU mirror site. scsh,
Olin Shiver's Scheme Shell, can be downloaded from <URL:
Olin Shiver's Scheme Shell, can be downloaded from <URL:
...
@@ -63,13 +63,16 @@ build the programs.
...
@@ -63,13 +63,16 @@ build the programs.
NEEDED LIBRARIES
NEEDED LIBRARIES
GMP (version 3.1 or better)
can be found
at ftp.gnu.org, or some of
GNU
GMP (version 3.1 or better)
, available
at ftp.gnu.org, or some of
its mirrors.
its mirrors.
GNU Nettle (version 2.2 or later), also available at ftp.gnu.org.
ZLIB can be found at http://www.zlib.org. Older versions zlib have a
ZLIB can be found at http://www.zlib.org. Older versions zlib have a
known security problems, so make sure you get the latest one.
known security problems, so make sure you get the latest one.
liboop (version 0.8 or better) can be found at www.liboop.org.
liboop (version 0.8 or better) can be found at
http://http://www.lysator.liu.se/liboop/.
GETTING STARTED
GETTING STARTED
...
...
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