Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf_setup
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AI projects
tf_setup
Commits
3d08d298
Commit
3d08d298
authored
9 months ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
cca61a4d
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-1
2 additions, 1 deletion
README.md
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
3d08d298
...
...
@@ -9,7 +9,8 @@ Extract it and open a terminal in the extracted folder.
Configure the installation.
The
`--with-openssl-rpath`
is needed from Python 3.9 onwards, else pip will say it's missing ssl.
```
sh
./configure
--enable-optimizations
--with-openssl-rpath
=
/usr/lib/x86_64-linux-gnu
sudo
apt
install
-y
libssl-dev
./configure
--enable-optimizations
--with-openssl-rpath
=
/usr/include/x86_64-linux-gnu
```
Install Python
...
...
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