_
| |
| |__ __ _ _ __ ___ ______ _ _ _ __
| '_ \ / _` | '__/ _ \______| | | | '_ \
| | | | (_| | | | __/ | |_| | |_) |
|_| |_|\__,_|_| \___| \__,_| .__/
| |
|_|
There is always some madness in love.
But there is also always some reason in madness.
[Nietzsche]
Wrapper script to get https://harelang.org/ up and running from source. It bootstraps the following packages from source.
# ~/.local
make install
printf 'HAREPATH=~/.local/src/hare/stdlib:~/.local/src/hare/third-party:/usr/local/src/hare/stdlib:/usr/local/src/hare/third-party\nexport HAREPATH\n' >> ~/.profile
# system wide
make
sudo make PREFIX=/usr/local install
Grab the source/mirror; get your hands dirty and send patches or questions to posaune@miconoco.de.
Simplified BSD, see LICENSE for details.