-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
35 lines (24 loc) · 988 Bytes
/
README
File metadata and controls
35 lines (24 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Welcome to the ThingsFX project!
LICENSE
=======
ThingsFX is distributed under the GPL version 3. Please refer to the
gpl-3.0.txt for the exact terms of the license.
As a special exception, is allowed to link the GPL code to your application
as a library if your application is distributed under one of the OSI
approved licenses.
A dual licensing scheme is available for use in commercial applications, if
you are interested or you have doubts about the licensing please contact us at
info@thingsfx.com
Build Instructions
==================
To build and install the project just type:
$ mvn clean install
on the command line.
JavaFX must be in the path for maven to compiler succeed, but since there
is no public maven repository for JavaFX you need to manually install it,
for example:
$ mvn install:install-file \
-Dfile=/path/to/javafx-sdk2.0.2-beta/rt/lib/jfxrt.jar \
-DgroupId=com.oracle.javafx -DartifactId=javafx -Dversion=2.0 \
-Dpackaging=jar
We hope you enjoy!