Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust Openssl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Rust Openssl
Commits
811be8da
Commit
811be8da
authored
7 years ago
by
Steven Fackler
Browse files
Options
Downloads
Patches
Plain Diff
Update version in README
parent
d401a5aa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show 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 @
811be8da
...
@@ -39,9 +39,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from
...
@@ -39,9 +39,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from
source. That can normally be done with:
source. That can normally be done with:
```
```
curl -O https://www.openssl.org/source/openssl-1.1.0
e
.tar.gz
curl -O https://www.openssl.org/source/openssl-1.1.0
f
.tar.gz
tar xf openssl-1.1.0
e
.tar.gz
tar xf openssl-1.1.0
f
.tar.gz
cd openssl-1.1.0
e
cd openssl-1.1.0
f
export CC=...
export CC=...
./Configure --prefix=... linux-x86_64 -fPIC
./Configure --prefix=... linux-x86_64 -fPIC
make -j$(nproc)
make -j$(nproc)
...
...
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