From b420454e732f4b3d229c552ef7cd46fec75fe65c Mon Sep 17 00:00:00 2001 From: Tim King Date: Mon, 16 Jun 2014 14:29:06 -0400 Subject: [PATCH] Updating the installation instructions. --- README.md | 10 +++++++++- configure.ac | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c423e14..e87baa6 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ glpk-cut-log ============ A fork of glpk that includes additional logging features for how cuts were generated. -- Currently the fork is from glpk-4.52 \ No newline at end of file +- Currently the fork is from glpk-4.52 + +- Compilation instructions: +# aclocal +# autoheaders +# autoconf +# automake --add-missing +# ./configure ... +# make \ No newline at end of file diff --git a/configure.ac b/configure.ac index 0141a8a..ffb9ae4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script AC_INIT([GLPK], [4.52], [bug-glpk@gnu.org]) - +AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([src/glpk.h]) AC_CONFIG_MACRO_DIR([m4])