Skip to content

Commit

Permalink
Add the building instruction to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouria Derakhshanfar authored Feb 15, 2019
1 parent 2f421d4 commit fb6e611
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ Botsing is licensed under Apache-2.0, pull request as are welcome.

The coding style is described in [`checkstyle.xml`](checkstyle.xml). Please (successfully) run the command `mvn checkstyle:check` before submitting a pull request.

### Building Botsing

Currently, Botsing using a customized version of the EvoSuite-client. Hence, the building process contains two steps:
1- Installing the customized version of EvoSuite-client:
```
mvn install:install-file -Dfile=botsing-reproduction/evosuite-client-botsing-1.0.6.jar -DgroupId=org.evosuite -DartifactId=evosuite-client-botsing -Dversion=1.0.6 -Dpackaging=jar
```
2- Build the Botsing project:

```
mvn package
```

### Adding a dependency

Expand Down

0 comments on commit fb6e611

Please sign in to comment.