Run the install script

Installation process is little complex, so use the install script. The script do 3 things.

Follow instructions below.

  1. Download install script.***
  2. Double click the downloaded file to extract archive.
  3. Run install script
    1. Double click install/rehogim-install.sh to run install script.
    2. Click Run in Terminal
    3. Showed installing packages, and asked
      Do you want to continue [Y/n]?
      
      Input 'y' or simply hit Enter.
    4. After installing packages install template-engine. During installing process, you will see the words 'debugger' and 'HELP'. But don't be afraid, this is Lisp style installer.
    5. You are asked where to install like below. Now we use Personal installation, so hit '2' and Enter.

      Install where?
      1) System-wide install: 
         System in /usr/lib/sbcl/site-systems/
         Files in /usr/lib/sbcl/site/ 
      2) Personal installation: 
         System in /home/hiroshi/.sbcl/systems/
         Files in /home/hiroshi/.sbcl/site/ 
       -->
      

    6. Next you will see

      Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
      
      restarts (invokable by number or by possibly-abbreviated name):
        0: [SKIP-GPG-CHECK] Don't check GPG signature for this package
        1: [CONTINUE      ] Ignore runtime option --load "cl-emb-install.lisp".
        2: [ABORT         ] Skip rest of --eval and --load options.
        3:                  Skip to toplevel READ/EVAL/PRINT loop.
        4: [QUIT          ] Quit SBCL (calling #'QUIT, killing the process).
      
      (ASDF-INSTALL::VERIFY-GPG-SIGNATURE/URL
       "http://mtn-host.prjek.net//projects/cl-emb/files/cl-emb.tar.gz"
       #P"/home/hiroshi/Dropbox/lab/RH/manual/current/CL-EMB.asdf-install-tmp")
      0]
      

    7. Choose '0' to SKIP-GPG-CHECK. You will see the messages like above some times (maybe 5 times). ALL time choose '0' to SKIP-GPG-CHECK.
    8. At the last, you will see the messagge like below.

      All installation have finished!
      

  4. Test environment.
    1. Double click install-script/test-clemb.sh
    2. Click Run in Terminal
    3. If you see below message at the last, installation have finished correctly. If you get in trouble, close the terminal and run rehogim-install.sh again.
      2 + 2 = 4
      
      press ENTER to close this window
      

hiroshi
2011-01-12