Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
core
tarantool
Commits
f4480fd8
Commit
f4480fd8
authored
9 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Patches
Plain Diff
Update README and documentation to mention OpenSSL dependency (#1322).
parent
59a55740
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-2
3 additions, 2 deletions
README.md
doc/sphinx/dev_guide/building_from_source.rst
+1
-0
1 addition, 0 deletions
doc/sphinx/dev_guide/building_from_source.rst
with
4 additions
and
2 deletions
README.md
+
3
−
2
View file @
f4480fd8
...
...
@@ -47,8 +47,9 @@ CMake is used for configuration management.
The build depends on the following external libraries:
-
libreadline and libreadline-dev
-
GNU bfd (part of GNU binutils).
-
Readline development files (libreadline-dev/readline-devel package).
-
OpenSSL development files (libssl-dev/openssl-devel package).
-
GNU bfd which is the part of GNU binutils (binutils-dev/binutils-devel package).
Please follow these steps to compile Tarantool:
...
...
This diff is collapsed.
Click to expand it.
doc/sphinx/dev_guide/building_from_source.rst
+
1
−
0
View file @
f4480fd8
...
...
@@ -33,6 +33,7 @@ explain what the steps are, then on the Internet you can look at some example sc
* **git** # see above
* **cmake** # see above
* **libreadline-dev or libreadline6-dev or readline-devel** # for interactive mode
* **libssl-dev** # for `digest` module
* **autoconf** # optional, only in Mac OS scripts
* **zlib1g** or **zlib** # optional, only in Mac OS scripts
* **doxygen** # optional, only for documentation
...
...
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