University of California, Berkeley
EECS Dept, CS Division
Jordan Smith SLIDE: Scene Language for
Interactive Dynamic Environments
Prof. Carlo H. Séquin

Home Goals Publications People Gallery Assignments Distributions

How to Compile SLIDE

This page provides a "how to" guide for compiling SLIDE from a source distribution. SLIDE has been ported to a wide variety of platforms, and compilation has been made easier through GNU autoconf on UNIX.

Before You Start

Before trying to compile SLIDE you should do the following things:

Pre-compile steps

Before compiling SLIDE, install the following libraries.

Configuring and Compiling on UNIX

Compiling SLIDE on UNIX has two steps: configure and make. In the simplest case you type the following commands to your shell:
 
cd slidesource
configure options
make depend
make all

Configure

The configure script tests your system for different compilation and linking options and generates a Makefile. The configure script is created by GNU autoconf.

Building with Make

After you configure your Makefile, type "make". Type "make depend" to update dependencies

Compiling for Windows

In order to compile SLIDE for Windows, you need the following items: [an error occurred while processing this directive]