From 2ff0de757c6e5ba87247f566aa68bc928672ae37 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Wed, 20 May 2015 09:06:13 +0200
Subject: Add note about autogen.sh

---
 README.md  | 1 +
 README.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 03c29dd..0713209 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ Requirements: g++, boost, CUDA (driver+toolkit), matlab
 
 ```
 cd build/linux
+./autogen.sh   # when building a git version
 ./configure --with-cuda=/usr/local/cuda \
             --with-matlab=/usr/local/MATLAB/R2012a \
             --prefix=/usr/local/astra
diff --git a/README.txt b/README.txt
index eae5085..5ec6564 100644
--- a/README.txt
+++ b/README.txt
@@ -52,6 +52,7 @@ Linux, from source:
 Requirements: g++, boost, CUDA (driver+toolkit), matlab
 
 cd build/linux
+./autogen.sh   # when building a git version
 ./configure --with-cuda=/usr/local/cuda \
             --with-matlab=/usr/local/MATLAB/R2012a \
             --prefix=/usr/local/astra
-- 
cgit v1.2.3