mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-01-08 19:33:33 -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:
|
To build git-crypt, you need:
|
||||||
|
|
||||||
| Debian/Ubuntu package | RHEL/CentOS package
|
| Software | Debian/Ubuntu package | RHEL/CentOS package|
|
||||||
---------------------------|-----------------------|------------------------
|
|---------------------------|-----------------------|--------------------|
|
||||||
Make | make | make
|
|Make | make | make |
|
||||||
A C++ compiler (e.g. gcc) | g++ | gcc-c++
|
|A C++ compiler (e.g. gcc) | g++ | gcc-c++ |
|
||||||
OpenSSL development files | libssl-dev | openssl-devel
|
|OpenSSL development files | libssl-dev | openssl-devel |
|
||||||
|
|
||||||
|
|
||||||
To use git-crypt, you need:
|
To use git-crypt, you need:
|
||||||
|
|
||||||
| Debian/Ubuntu package | RHEL/CentOS package
|
| Software | Debian/Ubuntu package | RHEL/CentOS package |
|
||||||
---------------------------|-----------------------|------------------------
|
|---------------------------|-----------------------|----------------------|
|
||||||
Git 1.7.2 or newer | git | git
|
|Git 1.7.2 or newer | git | git |
|
||||||
OpenSSL | openssl | openssl
|
|OpenSSL | openssl | openssl |
|
||||||
|
|
||||||
Note: Git 1.8.5 or newer is recommended for best performance.
|
Note: Git 1.8.5 or newer is recommended for best performance.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user