herrmanno / autotool-solver

Helper for Autotool tasks for the course 'Modellierung WS20/21'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autotool-Solution-Helper

asciicast

Helper tool for solving arbritary autotool tasks of the course 'Modellierung WS 20' by brute force.

DISCLAIMER

This tool is meant to be used only as a help if one just can't find a solution to a given task; sometims it's easier to understand a problem by looking at the solution ;)

This tool is not meant to be used for cheating, solving highscore tasks or similiar intentions.

usage

USAGE
  run task:              <task> <task description file>
  show task types:       tasks
  show task description: help <task>
  show usage:            help
  show version:          version
  show license:          license

show available tasks

autotool-helper tasks

show description for a specific task

autotool-helper help <task type>

run task

autotool-helper <task type> <task description file>

Example task description files can be found at examples directory.

build

The final executables are built and tested by stack. To build the final executable run

stack build
stack install

Afterwards the executable should be placed inside stack's local binary directory and is accessible as

autotool-helper

test

stack test

Prebuild Binaries

Prebuilt binaries can be found at the Repo's Releases page.

About

Helper for Autotool tasks for the course 'Modellierung WS20/21'

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.3%Language:Shell 0.7%