From 7b64658a4b1f84b4b634f17e74958c7c2a3a0ed6 Mon Sep 17 00:00:00 2001
From: Javier Sancho <jsf@jsancho.org>
Date: Thu, 21 Aug 2014 13:46:16 +0200
Subject: [PATCH] README file

---
 README | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/README b/README
index e69de29..6defdde 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+Guile-assimp
+============
+
+Guile-assimp is a set of GNU Guile bindings to the Open Asset Import
+Library (assimp). Guile-assimp works with GNU Guile 2.0.11 or later.
+See [the Guile-assimp page](https://gitorious.org/guile-assimp) for more
+details.
+
+[Open Asset Import Library](https://github.com/assimp/assimp) is a Open
+Source library designed to load various 3d file formats and convert them
+into a shared, in-memory format. It supports more than 40 file formats for
+import and a growing selection of file formats for export.
+
+Installation
+------------
+
+The following programs/libraries are required to accomplish the build process:
+
+- make
+- guile 2.0 (or later)
+- assimp (with headers)
+
+If those are provided, just type ./configure && make && make install.
+
+In the "examples" directory you can find a sample program to test the library.
+You will need [figl module](https://gitorious.org/guile-figl) installed to
+run it.
-- 
2.39.5