mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-05 20:40:05 -08:00
Update INSTALL file to reflect C++11 requirement
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -5,7 +5,7 @@ To build git-crypt, you need:
|
||||
Debian/Ubuntu package RHEL/CentOS package
|
||||
-----------------------------------------------------------------------------
|
||||
Make make make
|
||||
A C++ compiler (e.g. gcc) g++ gcc-c++
|
||||
A C++11 compiler (e.g. gcc 4.9+) g++ gcc-c++
|
||||
OpenSSL development files libssl-dev openssl-devel
|
||||
|
||||
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
To build git-crypt, you need:
|
||||
|
||||
| Software | Debian/Ubuntu package | RHEL/CentOS package|
|
||||
|---------------------------|-----------------------|--------------------|
|
||||
|---------------------------------|-----------------------|--------------------|
|
||||
|Make | make | make |
|
||||
|A C++ compiler (e.g. gcc) | g++ | gcc-c++ |
|
||||
|A C++11 compiler (e.g. gcc 4.9+) | g++ | gcc-c++ |
|
||||
|OpenSSL development files | libssl-dev | openssl-devel |
|
||||
|
||||
|
||||
To use git-crypt, you need:
|
||||
|
||||
| Software | Debian/Ubuntu package | RHEL/CentOS package|
|
||||
|---------------------------|-----------------------|----------------------|
|
||||
|---------------------------------|-----------------------|--------------------|
|
||||
|Git 1.7.2 or newer | git | git |
|
||||
|OpenSSL | openssl | openssl |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user