mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-29 06:05:34 -08:00
committed by
Andrew Ayer
parent
101b738a8d
commit
00a7887486
18
INSTALL.md
18
INSTALL.md
@@ -2,19 +2,19 @@
|
||||
|
||||
To build git-crypt, you need:
|
||||
|
||||
| Debian/Ubuntu package | RHEL/CentOS package
|
||||
---------------------------|-----------------------|------------------------
|
||||
Make | make | make
|
||||
A C++ compiler (e.g. gcc) | g++ | gcc-c++
|
||||
OpenSSL development files | libssl-dev | openssl-devel
|
||||
| Software | Debian/Ubuntu package | RHEL/CentOS package|
|
||||
|---------------------------|-----------------------|--------------------|
|
||||
|Make | make | make |
|
||||
|A C++ compiler (e.g. gcc) | g++ | gcc-c++ |
|
||||
|OpenSSL development files | libssl-dev | openssl-devel |
|
||||
|
||||
|
||||
To use git-crypt, you need:
|
||||
|
||||
| Debian/Ubuntu package | RHEL/CentOS package
|
||||
---------------------------|-----------------------|------------------------
|
||||
Git 1.7.2 or newer | git | git
|
||||
OpenSSL | openssl | openssl
|
||||
| Software | Debian/Ubuntu package | RHEL/CentOS package |
|
||||
|---------------------------|-----------------------|----------------------|
|
||||
|Git 1.7.2 or newer | git | git |
|
||||
|OpenSSL | openssl | openssl |
|
||||
|
||||
Note: Git 1.8.5 or newer is recommended for best performance.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user