RDTK / generator

A tool for creating Jenkins jobs and other things from recipes describing software projects
GNU General Public License v3.0
21 stars 3 forks source link

Better build from source instructions, update README #13

Closed nexero closed 5 years ago

nexero commented 5 years ago

Is your feature request related to a problem? Please describe. I'd like to build the generator from source like described in the README.org:

sbcl --no-userinit --load quicklisp/setup.lisp --eval '(asdf:make :jenkins.project.commandline-interface)'

But there is no quicklisp/setup.lisp in the repo, so maybe this is outdated? Even the described dependencies should be pulled and built, so no further user interaction is required, more self-contained so to say.

By looking at the .travis.yml file, one can get a clearer view on the build process itself, but this should be described in the README.org, too.

Describe the solution you'd like Maybe this is against #2, but very comfortable for me:

mkdir build; cd build; cmake ..
scymtym commented 5 years ago

Please re-open if anything is still unclear or the instructions don't work.