Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herrmanno/autotool-solver
Helper for Autotool tasks for the course 'Modellierung WS20/21'
https://github.com/herrmanno/autotool-solver
autotool htwk-leipzig modellierung
Last synced: 11 days ago
JSON representation
Helper for Autotool tasks for the course 'Modellierung WS20/21'
- Host: GitHub
- URL: https://github.com/herrmanno/autotool-solver
- Owner: herrmanno
- License: bsd-3-clause
- Created: 2021-01-29T12:55:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T13:39:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T07:13:41.785Z (27 days ago)
- Topics: autotool, htwk-leipzig, modellierung
- Language: Haskell
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Autotool-Solution-Helper
[![asciicast](https://asciinema.org/a/w4pZWKj9jVQNm05mvsGmk33W6.png)](https://asciinema.org/a/w4pZWKj9jVQNm05mvsGmk33W6)
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:
show task types: tasks
show task description: help
show usage: help
show version: version
show license: license
```### show available tasks
```
autotool-helper tasks
```### show description for a specific task
```
autotool-helper help
```### run task
```
autotool-helper
```Example task description files can be found at [examples](./examples) directory.
## build
The final executables are built and tested by [stack](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](https://github.com/herrmanno/autotool-solver/releases).[stack]: https://docs.haskellstack.org/en/stable/README/