You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2018. It is now read-only.
git clone https://github.com/lvml/makeaoi
cd makeaoi
make
(...)
makeaoi created, it can be run stand-alone, without requiring the makeaoi_aux directory.
(...)
linux@linux:~/makeaoi> ./makeaoi
bash: ./makeaoi: /usr/bin/tclsh: bad interpreter: No such file or directory
The documentation mentions that tclsh is needed, "which should be provided by most distributions anyway". At least in the default installation it is usually not. Can this dependency be dropped? Why is it needed?
On openSUSE LEAP 42.2, I get:
The documentation mentions that tclsh is needed, "which should be provided by most distributions anyway". At least in the default installation it is usually not. Can this dependency be dropped? Why is it needed?