From 0787838ab3ec8afc0c28b98479a321ffba388980 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Wed, 12 Oct 2016 00:23:52 +0200 Subject: [PATCH] README updates --- README.compilation => README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) rename README.compilation => README.md (81%) diff --git a/README.compilation b/README.md similarity index 81% rename from README.compilation rename to README.md index 92300fd..24652b2 100644 --- a/README.compilation +++ b/README.md @@ -1,3 +1,16 @@ +# Libsharp + +*IMPORTANT NOTE*: It appears that the default branch upon cloning from +github.com/dagss/libsharp was an outdated 'dagss' branch instead of +the 'master' branch. To get the latest copy, +please do `git checkout master; git pull`. New clones are no longer affected. + +## Paper + +https://arxiv.org/abs/1303.4945 + +## Compilation + GNU make is required for compilation. Libsharp compilation has been successfully tested with GNU and Intel compilers.