Skip to content

Squadron6/Squad604

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squad604 - Project Pisces

Group 6 - CPSC 410 project

  • Don Lee (dlpowered89)
  • Victoria Louie (vlouie)
  • Sonika Prakash (sprakash0)
  • George Zheng (gezed)

Target Code: Fish-Shell

Video: YouTube

Notes

  • codeBase contains a copy of the Fish codebase for Pisces to work with
  • Pisces contains all the files for our tool
  • UbiGraph contains the UbiGraph tool for our visualization display

Setup

To install/run Fish

  1. Install autoconf and the g++ compiler
  2. Install curses:
  • Debian or Ubuntu:
sudo apt-get install libncurses5-dev
  • RedHat, CentOS, or Amazon EC2:
sudo yum install ncurses-devel

To run Pisces

  1. Install g++ compiler
  2. Install Python
  3. Install clang
  4. Go into the Pisces directory
  5. Run make
  6. Run ./Pisces