Skip to content

Commit 33f2dbe

Browse files
committed
Add build instructions to readme
1 parent dbc6d17 commit 33f2dbe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,23 @@ For more information see the [documentation](https://microclimate-dev2ops.github
3838

3939
We welcome [issues](https://github.com/microclimate-dev2ops/microclimate-eclipse-tools/issues) and contributions from the public! See [CONTRIBUTING.md](https://github.com/microclimate-dev2ops/microclimate-eclipse-tools/tree/master/CONTRIBUTING.md).
4040

41+
## Building
42+
43+
1. Clone the repository to your system.
44+
45+
```git clone https://github.com/microclimate-dev2ops/microclimate-eclipse-tools```
46+
47+
2. [Optional] Copy 'microclimate-eclipse-tools' folder to 'build' to get a test build. This will keep your source folder intact.
48+
3. Run a gradle build.
49+
50+
```cd build/dev```
51+
52+
```./gradlew```
53+
54+
4. Test the driver built from Step. 3
55+
56+
```build/dev/ant_build/artifacts/microclimate-eclipse-plugin-[Version].vYYYYMMDD_hhmm.zip```
57+
4158
## License
4259

4360
[EPL 2.0](https://github.com/microclimate-dev2ops/microclimate-eclipse-tools/tree/master/LICENSE)

0 commit comments

Comments
 (0)