Skip to content

How to update and rebuild all

Frank V. Castellucci edited this page Jan 4, 2021 · 7 revisions

Linux/MacOS

  1. Fetch the latest ChyrsaLisp from GitHub
  2. In a terminal:
$ cd ChrysaLisp
$ make clean
$ make install
$ Cntrl+C
$ ./stop.sh

Windows

  1. Fetch the latest ChyrsaLisp from GitHub
  2. In a plain old Windows terminal:
$ cd ChrysaLisp
$ install
$ stop
  1. OR... in Powershell:
$ cd ChrysaLisp
$ .\install.bat
$ .\stop.bat

You are now ready to run the ChrysaLisp TUI or GUI!

Clone this wiki locally