Code Monkey home page Code Monkey logo

clonedcodechecker's Introduction

Build Status codecov GitHub Code style: black

Locally-hosted docs:

DOCS

Installing from source with a network connection:

The easiest install method assumes internet connection.

Steps:

1. Get the project:

git clone https://github.com/mzurzolo/clonedCodeChecker.git

2. cd into the project:

cd clonedCodeChecker

2.1 Full install, including eclipse plugin:

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.

2.2 Easily-removable, python-only install:

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

Online install (pre-compiled):

Zipped Distributions can be found under RELEASES.

1. Download the tarball found in RELEASES.

2. Unzip: tar -xzvf ccc.lastest.tar.gz

3. Install the python package:

python36 -m pip install clonedcodechecker --user --find-links=ccc.latest/

or

python3 -m pip install clonedcodechecker --user --find-links=ccc.latest/

4. Eclipse Install:

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/

clonedcodechecker's People

Contributors

mzurzolo avatar

Stargazers

Michael T avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.