summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2020-03-30docs: Add build instructions for WindowsIgor Matuszewski
2019-12-03Add instructions for Fedora in README.md.David Sastre Medina
2019-11-05Fix license in README.md.Justus Winter
- Fixes 4f5699ef4ad8f84147edfa4785ed26d27c64d380.
2019-10-02Add note about disabling Python bindings.Wesley Moore
2019-08-20Update rust port nameJann Röder
2019-08-20Add coreutils to required packages on Mac OSJann Röder
- Fixes #329.
2019-07-08Update Debian build instructions now that Buster is released.Justus Winter
2019-06-26Bump the required rustc version to 1.34.Justus Winter
2019-05-08Improve build instructions.Justus Winter
2019-04-24Document the fact that we need Rust 1.32 by now.Justus Winter
2019-03-25Improve README.Justus Winter
2019-01-25Update build instructions in README.Neal H. Walfield
- We need at least version 1.31.0 of rustc. - Prefix commands that require root with sudo.
2019-01-11Add missing Python build dependencies.Justus Winter
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
- The bingings support basic manipulation of OpenPGP data, but are quite incomplete. Furthermore, the Python API is not very pythonic in some places, so expect it to break in the future.
2018-08-24Mention the need for rustc >= 1.26.0.Justus Winter
2018-08-24Improve the README.Justus Winter
- Fixes #1. - Fixes #50.
2018-08-24Typo.Björn Petersen
2018-06-21Add a license.Neal H. Walfield
2018-05-16Improve build instructions.Neal H. Walfield
- Note that at least version 3.4 of Nettle is needed and that it is available in Debian testing.
2018-03-18Improved README.mdDamian Poddebniak
* Added Arch Linux dependencies * Changed `# apt ...` to `$ sudo apt ...` to make it more clear, that root is required (omit possible pitfall for beginners)
2018-03-13Add some metadata and a README with build instructions.Justus Winter