UCLA Information System LaboratoryGo Bruins!
 
Professor
Professor
Professor

Professor

Professor

Professor

Professor

Professor

Professor

Professor

Professor

Professor

Professor

Professor

Professor
















ATLaS

Aggregate & Table Language and System

Home  Manual Publications Download Examples Contact

ATLaS 1.4 Installation Guide

Choose your platform:

Note: The latest release is built on Red Hat Linux (GNU GCC 3.2). If you require the latest features on other platforms, please contact us.

Installation for Windows:

  1. Download ATLaS 1.4.17(on MinGW GCC 3.2) and extract to c:\;

    NOTE: Please don't change the default directory c:\

    If there is conflict with your existing MinGW/Cygwin, please contact us for help.

  2. Include c:\MinGW\bin in your PATH variable.
  3. Make sure c:\MinGW\bin appears before c:\Cygwin\bin if you already have Cygwin installed.

  4. Choose one of the following editors for ATLaS, which we provide customized menu script including syntax highlighting, compilation and execution:
    • CREdit--A nice freeware editor! (Recommended)
      1. Download and install CREdit from http://www.praven3.com/credit
      2. Follow the instructions in the file C:\Atlas\editors\CREdit_Readme.txt.
    • XEmacs
      1. Download XEmacs from www.xemacs.org
      2. Put atlas.el into your script directory(e.g C:\.xemacs\)
      3. Add the following lines into c:\init.el:
        (setq load-path (cons "c:/.xemacs" load-path))
        (autoload 'atlas-mode "atlas" "ATLaS mode." t)
        (add-to-list 'auto-mode-alist '("\\.adl$" . atlas-mode))
    • WinEdt
      1. Download WinEdit from www.winedt.com
      2. Follow the Instuction
    • Your own editor!

      For sure you can use your own editor. After finishing editing the source file, e.g. c:\atlas\test.adl, you can run the following command in a DOS window:
          c:\atlas\compile c:\atlas\test.adl

      After successful compilation, an executable file c:\atlas\adlout.exe is generated. Then you can run it in the DOS window:
          c:\atlas\adlout

      You are encouraged to customized your own editor and submit the script file to us. We will publish it on our web site upon successful testing.

That's it. Enjoy ATLaS!


Installation for Linux:

  1. Download:

  2. (Optional) Choose one of the following editors for ATLaS, which we provide customized menu script including syntax highlighting, compilation and execution:

    • XEmacs
      1. Download XEmacs from www.xemacs.org

        Skip this stpe if you already have XEmacs installed. Type "xemacs" in the shell command line to see if it's installed.

      2. Put atlas-linux.el into your script directory(e.g ~/.xemacs/)

      3. Add the following lines into ~/.xemacs/init.el:
        (setq load-path (cons "~/.xemacs" load-path))
        (autoload 'atlas-mode "atlas-linux" "ATLaS mode." t)
        (add-to-list 'auto-mode-alist '("\\.adl$" . atlas-mode))
    • Emacs
      1. Most Linux system comes with Emacs. If you don't have Emacs, download Emacs from http://ftp.gnu.org/pub/gnu/emacs/

        Type "emacs" in the shell command line to see if it's installed.

      2. Put atlas-linux.el into your script directory(e.g /usr/share/emacs/21.2/lisp/)

      3. Add the following lines into ~/.emacs:
        (autoload 'atlas-mode "atlas-linux" "ATLaS mode." t)
        (add-to-list 'auto-mode-alist '("\\.adl$" . atlas-mode))

Support and Bug Report:

: Richard Luo (lc@cs.ucla.edu)


Copyright © 2001-2002 UCLA Web Information System Laboratory. All Rights Reserved.
Maintained by Richard Luo.