-
Notifications
You must be signed in to change notification settings - Fork 0
SystemInstallation
Rik edited this page Oct 11, 2018
·
8 revisions
See also notes for some specific TRIPS systems:
See also instructions for installing TRIPS using in a virtual machine using the following command:
git clone http://github.com/mrmechko/vagrant-trips && cd vagrant-trips && vagrant up
TRIPS STEP System Vagrant Machine
We have many different TRIPS systems that include the parser with different settings and other modules. Some of them are:
- step
- cogent
- drum
- bob
- cabot
- musica
- cwms
Herein $TRIPS_SYSTEM is used to refer to the specific system you are installing, and $TRIPS_BASE is the directory you are installing it in.
git clone https://github.com/wdebeaum/$TRIPS_SYSTEM.git
You can only do this if you have an account on our CVS server. $USER is the username for that account.
cvs -d $USER@trips.cs.rochester.edu:/p/cvs/trips checkout -P $TRIPS_SYSTEM
Which prerequisites you need depends on the specific system you want to install.
cd $TRIPS_BASE/src/
./configure [options]
make
make install
$TRIPS_BASE/bin/trips-$TRIPS_SYSTEM [options]