linked the project with configure step to the README

This commit is contained in:
Jeremie Dimino 2017-03-21 15:56:31 +00:00
parent 958d122f4d
commit 32ce4f1322
1 changed files with 7 additions and 0 deletions

View File

@ -106,6 +106,13 @@ there only for convenience, for the following reasons:
3. =make= is shorter to type than =jbuilder build @install=
*** How to add a configure step to a jbuilder project?
[[example/sample-projects/with-configure-step]] shows one way to do it
that preserve composability; i.e. it doesn't require to manually run
all =./configure= script when working on multiple projects at the same
time.
** Implementation details
This section is for people who want to work on Jbuilder itself.