active-logic / howl

Symbolic notation engine
Other
6 stars 1 forks source link

Install scripts may automatically install .NET SDK on all supported platforms. #8

Open eelstork opened 4 years ago

eelstork commented 4 years ago

Ideally, an install script consists in two parts: 1) A one liner that a user may copy paste to their terminal/shell (a la HomeBrew) 2) A script (bound to said one liner) that clones the repo, builds the library, adds it somewhere sane and puts it on the path.

Options to automatically resolve dependencies and setup Atom with language-howl would be nice.

For inspiration (not going to work out of the box): https://github.com/active-logic/uta/blob/master/publish_macOS.sh https://github.com/active-logic/uta/blob/master/publish_win.sh (git-bash only)