mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Create Debian package. #16

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

Package the SeeC prototype using the Debian packaging system, so that it is easy for students to install to their own machines.

mheinsen commented 11 years ago

Packaging is working. It's troublesome to build at the moment as wxWidgets and SeeC-Clang (including LLVM) are included as part of the build process. The build is split into two packages: one with the tools and runtimes, and one with the static libraries. The tools package is quite large at the moment (~40MiB) but should be much smaller when unnecessary tools are removed and compilation is integrated into the trace viewer. There's a PPA here that has current builds for Ubuntu 13.04. The only difference for Debian is the distribution ("unstable" is denied by Ubuntu). It should be trivial to use the existing packaging to build some Debian packages for the evaluations (13.08).