Lightweight tool for slicing
NOTE: Current version of srcSlice in the master branch is a new version that will take advantage of the event dispatcher framework. It is under construction, but it should work. Give it a try!
If you'd like the old version of srcSlice, switch to the "old" srcslice branch. This is the version we presented at ICSE 16.
To build srcSlice:
-
Clone the repository with 'git clone --recursive' into the desired directory. Make sure you include the --recursive as srcSlice includes a submodule that must also be cloned.
-
Outside of the cloned directory, create a new directory for the build. (This guide assumes the new directory is at the same directory tree level as the cloned directory)
-
Enter the new directory (not the cloned one) and type 'cmake ../{cloned directory}'
-
After cmake runs, simply type 'make' and all files should be built.
-
Once everything is built, go into the 'bin' folder and that's where the executable will be.