From: Andrey G. G. <A.G...@in...> - 2023-09-27 11:39:04
|
On Mon, 25 Sep 2023, Andrey G. Grozin wrote: > the bare csl reduce already has 90% of useful > functionality of redfront built in. It is easy to have 100%. Istall rlwrap and write a script (say, reduce): #!/usr/bin/env bash exec rlwrap --always-readline $PREFIX/../home/reduce-6596/bin/redcsl (in your case the directory may be slightly different). Move it to $PREFIX/bin. Such a script cannot be redistributed together with reduce due to license reasons; however, each user may use it freely, not violating any license (rlwrap is GPL). Andrey |