rakitzis / rc

rc shell -- independent re-implementation for Unix of the Plan 9 shell (from circa 1992)
Other
250 stars 23 forks source link

Where is the history? #87

Closed dertuxmalwieder closed 1 year ago

dertuxmalwieder commented 1 year ago

With the recent removal of GNU autotools for the build process, --with-history was gone. How can I build and install rc with history? make install seems to not have it.

xyb3rt commented 1 year ago

Thanks for reporting this issue. These are the new build and install steps for this:

$ make
$ make history
# make install
dertuxmalwieder commented 1 year ago

Thank you!