Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Doc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdatko committed Aug 21, 2016
1 parent 9969856 commit e9e672d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Noteworthy changes in version 1.1.1 (Saturday, 20 August 2016)
--------------------------------------------------------------
* Small build fixes re: guile

Noteworthy changes in version 1.1 (Wednesday, 15 June 2016)
----------------------------------------------------
* Adds AES GCM 128.
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,26 @@ These algorithms are:

# Getting yacl

On Ubuntu:
Check the [Cryptotronix PPA](https://launchpad.net/~cryptotronix/+archive/ubuntu/ppa).

Otherwise, probably best to pull the latest
[release](https://github.com/cryptotronix/yacl/releases). Otherwise,
you'll need autotools to build this from source. It follows the normal
autotools dance.

# Configuring yacl

On a full-up-round linux system, I configure yacl like this:
`./configure --with-libglib -with-guile --with-libsodium
--enable-tests`

On a debian-based system, you'd probably have to do:

`apt install build-essential libsodium-dev guile-2.0-dev libglib2.0-dev`


# Installing yacl

yacl can be installed in the normal fashion, with `sudo make
install`. I probably should make a .deb out of this to make it
install && sudo ldconfig`. I probably should make a .deb out of this to make it
easier...

# Using yacl
Expand Down

0 comments on commit e9e672d

Please sign in to comment.