INACTIVE - Eclipse SmartHome project
Перейти к файлу
kaikreuzer a22b2208af Merge pull request #5 from cbrauers/master
Webapp: Switched to consistently relative paths
2014-03-28 18:44:12 +01:00
bundles Merge pull request #5 from cbrauers/master 2014-03-28 18:44:12 +01:00
distribution added Designer for Windows 64bit 2014-03-11 18:24:09 +01:00
features
products added signing of RCP apps for Mac & Win 2014-03-17 20:29:38 -07:00
src/etc
targetplatform Bug 423503 - upgrade to Kepler release 2014-03-17 16:20:21 -07:00
.gitignore
CONTRIBUTING
LICENSE
README.md Update README.md 2014-03-12 21:11:39 +01:00
pom.xml added profile for jar signing 2014-03-17 15:49:31 -07:00
settings.xml

README.md

Eclipse SmartHome Build Instructions

Thanks for your interest in the Eclipse SmartHome project!

Building and running the project is fairly easy if you follow the steps detailed below.

  1. Prerequisites ================

The build infrastructure is based on Maven in order to make it as easy as possible to get up to speed. If you know Maven already then there won't be any surprises for you. If you have not worked with Maven yet, just follow the instructions and everything will miraculously work ;-)

What you need before you start:

Make sure that the "mvn" command is available on your path

  1. Checkout ===========

Checkout the source code from GitHub, e.g. by running

git clone https://github.com/eclipse/smarthome.git

  1. Building with Maven ======================

To build Eclipse SmartHome from the sources, Maven takes care of everything:

  • change into the smarthome directory ("cd smarthome“)
  • run "mvn clean install" to compile and package all sources

The build result will be available in the folder smarthome/distribution/target. Both the runtime as well as the designer zips are placed in there.

  1. Starting the demo runtime =======================
  1. Starting the designer ========================
  • unzip the file eclipsesmarthome-incubation-0.x.0-designer-.zip to a local folder
  • run the executable „Eclipse-SmartHome-Designer.exe"