summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>2019-11-21 19:07:09 +0100
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>2019-11-21 19:07:09 +0100
commit7d0dbdba2526d6b60bc45ceb33bc8bb44dcb64b5 (patch)
treec54c70ce6c65b74e596b956b283370f63ab058f5
parent34792d39a227e6836daa23019cab4db594ecc551 (diff)
downloadmpc-git-7d0dbdba2526d6b60bc45ceb33bc8bb44dcb64b5.tar.gz
updated the build instructions
-rw-r--r--README.dev12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.dev b/README.dev
index 3f0b9c6..48c8d42 100644
--- a/README.dev
+++ b/README.dev
@@ -1,10 +1,14 @@
-Source code from the subversion repository
-------------------------------------------
+Source code from the git repository
+-----------------------------------
-To compile source code obtained from the subversion repository,
+To compile source code obtained from the git repository,
make sure you have installed the autoconf, automake and libtool packages.
-Execute
+Execute:
+
$ autoreconf -i
+$ ./configure
+$ make
+$ make check
Required versions:
* autoconf >= 2.61