SANO,Masatoshi

Results 13 issues of SANO,Masatoshi

add support for ``` python3 ./install-cl-jupyter.py --lisp=roswell ``` and ``` python3 ./install-cl-jupyter.py --lisp=roswell-ccl ```

to pack lem ``` ./bootstrap ./configure make make pack ``` you'll find archive by ``` ls *.bz2 ``` to install ``` tar xf lem-1.9.2-*.tar.bz2 cd lem sudo make install ```...

to support #417 - [ ] configure edit for check roswell absence - [ ] delete build.lisp - [ ] (optional) core compression enabled

We are not sure when we should do it...

enhancement

- [ ] ros -s http.serve - [ ] ros -N option - [ ] ros template

https://recursive.games/posts/Building-a-Cross-Platform-Lisp-Binary.html

I got ``` checking for windows.h... no ./configure: line 4458: syntax error near unexpected token `BASH_COMPLETION,' ./configure: line 4458: ` PKG_CHECK_MODULES(BASH_COMPLETION, bash-completion >= 2.0,' ``` temporary I comment out it....

bug

## Environment only windows environment (win 10 and win 7 reported by @fukamachi should be 64 bit version) ## How to reproduce the issue ``` ros shell ``` then on...

windows

**Please** have file name convention. why change previous convention? https://github.com/Clozure/ccl/releases/download/v1.12/darwinx86.tar.gz for 1.12 and https://github.com/Clozure/ccl/releases/download/v1.11.5/ccl-1.11.5-darwinx86.tar.gz for 1.11.5? I know it's nothing for manual installation. but I'm making tool to support ccl....