INACTIVE - Eclipse SmartHome project
Перейти к файлу
Oliver Libutzki 104480cb18 Changed copyright header and added some information in the contributor
section

Signed-off-by: Oliver Libutzki <oliver@libutzki.de>
2014-06-10 09:32:26 +02:00
bundles Changed copyright header and added some information in the contributor 2014-06-10 09:32:26 +02:00
distribution Merge branch 'Bug428193' of https://github.com/OLibutzki/smarthome into 2014-05-15 18:33:19 +02:00
features Merge branch 'master' of https://github.com/eclipse/smarthome into Bug428193 2014-06-03 20:56:05 +02:00
products Rearranged start levels 2014-06-03 23:44:03 +02:00
src/etc removed UTF-8 char from license header 2014-03-07 18:06:35 +01:00
targetplatform Rearranged start levels 2014-06-03 23:44:03 +02:00
.gitignore added .gitignore 2014-01-10 16:43:38 +01:00
CONTRIBUTING renamed to CONTRIBUTING 2014-03-10 18:30:35 +01:00
LICENSE Initial commit 2014-01-09 12:47:19 -08:00
README.md Update README.md 2014-05-26 11:44:58 +02:00
pom.xml Merge pull request #15 from qivicon/groovytests 2014-04-14 19:18:14 +02:00
settings.xml added CBI relevant parts 2014-02-15 22:01:59 +10:00

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:

  • set MAVEN_OPTS to "-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
  • 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"