From fff460e7881e1770e922770d826ca5bcbaa74fcf Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Fri, 9 Mar 2018 10:58:57 +0100 Subject: [PATCH] Add a comment about the new toplevel Makefile to the build instructions. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7ba344b90..fcc7666ed 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,15 @@ from the following site: ### Build Guide +**NOTE:** The instructions below talk about running the `tar_em_up.sh` build +script, which is still the recommended way to build Purr Data right now. +However, Purr Data also has a new (and experimental) toplevel Makefile so that +just typing `make` will build the package. You may find this easier. The +Makefile also offers the customary targets to clean (`make clean`, or +`make realclean` to put the sources in pristine state again) and to roll a +self-contained distribution tarball (`make dist`). Please check the comments +at the beginning of the Makefile for more information. + #### Linux Time to build: *40 minutes to 1.5 hours* -- GitLab