From 124027a8d15a63af92755720fd50849441f4decd Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 30 Oct 2019 17:51:56 +0000 Subject: Added ./project prepare in the checklist of README-hacking.md Since adding this new step, I had forgot to mention it in the checklist of `README-hacking.md'. It is added with this commit. --- README-hacking.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README-hacking.md') diff --git a/README-hacking.md b/README-hacking.md index 25283e2..e142b62 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -556,8 +556,9 @@ First custom commit clean all the extra template outputs with `make clean` as shown below. ```shell - $ ./project configure # Configure project (except for GCC which can take long). - $ ./project make # Do the (mainly symbolic) processing and build paper + $ ./project configure # Build the project's software environment (can take an hour or so). + $ ./project prepare # Pre-processing preparations (doing nothing in the raw template). + $ ./project make # Do the processing and build paper (just a simple demo in the template). # Open 'paper.pdf' and see if everything is ok. ``` -- cgit v1.2.1