git clone https://github.com/mzurzolo/clonedCodeChecker.git
cd clonedCodeChecker
for python: python36 setup.py install --user
or
for python: python3 setup.py install --user
for eclipse: mvn -f clonedcodecheckerplugin package
Now you need to copy the generated package to the dropins directory of your eclipse install. Assuming eclipse is installed in eclipse under the home directory, the command:
cp clonedcodecheckerplugin/target/clonedcodechecker-1.0.0-SNAPSHOT.jar $HOME/eclipse/dropins/
should do it. Users can also use a file explorer.
You will not be able to use the eclipse plugin, and this step will need to be repeated for every new terminal you open.
python only: source scripts/work_here.sh
Zipped Distributions can be found under RELEASES.
python36 -m pip install clonedcodechecker --user --find-links=ccc.latest/
or
python3 -m pip install clonedcodechecker --user --find-links=ccc.latest/
you must know where your eclipse/dropins/ directory is
cp ccc.latest/clonedcodechecker-1.0.0-SNAPSHOT.jar <ABSOLUTE/PATH/TO>/eclipse/dropins/
you may need sudo:
sudo cp ccc.latest/clonedcodechecker-1.0.0-SNAPSHOT.jar <ABSOLUTE/PATH/TO>/eclipse/dropins/