Repository has been moved to https://github.com/appleseedlab/superc/
Please see https://github.com/appleseedlab/superc/ for the latest work on SuperC. This repository has been archived.
A clone of the xtc project including SuperC and Kmax. The main homepage for xtc is http://www.cs.nyu.edu/xtc/, where past versions and links to publications can be found.
Building SuperC requires bison
and sat4j
. For debian and ubuntu run
apt-get install bison sat4j
The following environment variables are expected by xtc.
JAVA_DEV_ROOT=~/src/xtc # or wherever your git repo is cloned
CLASSPATH=$CLASSPATH:$JAVA_DEV_ROOT/classes:$JAVA_DEV_ROOT/bin/junit.jar:$JAVA_DEV_ROOT/bin/antlr.jar:$JAVA_DEV_ROOT/bin/javabdd.jar:/usr/share/java/org.sat4j.core.jar
JAVA_ARGS="-Xms2048m -Xmx4048m -Xss128m" # JVM settings
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ # Location of java jdk
export JAVA_DEV_ROOT CLASSPATH JAVA_ARGS JAVA_HOME
Starting from the root of the xtc source tree, run the following:
cd src/xtc/lang/cpp/ # go to the SuperC directory
make configure # configure SuperC
cd - # go back to the source root
make # build all of xtc
From the root of the source tree, run
make check-cpp
Use the script src/xtc/lang/cpp/scripts/superc_linux.sh
. See src/xtc/lang/cpp/scripts/data.sh
for example usage. Linux versions past 2013 have not been tested.
Run make manual
in src/xtc/lang/cpp. Requires pdflatex
.
Kmax is now in its own repository: https://github.com/paulgazz/kmax