Modified:
/Participate.wiki
=======================================
--- /Participate.wiki Thu May 26 10:47:06 2011
+++ /Participate.wiki Thu May 26 10:50:33 2011
@@ -18,6 +18,12 @@
== Help with the code ==
+What you need:
+ *
[http://www.oracle.com/technetwork/java/javase/downloads/jdk-javafx-download-365541.html
Java SDK with JavaFX 1.3]
+ * [http://netbeans.org/community/releases/69/ Netbeans 6.9] (Not V. 7)
+ * Netbeans JavaFX plug-ins (search in Tools->Plugins)
+ * [http://mercurial.selenic.com/ Mercurial]
+
If you want to just look at the code on your own computer, you can either
look through it online
[http://code.google.com/p/ifcsoft/source/browse/#hg%2Fsrc here]. Or if you
have [http://mercurial.selenic.com/ Mercurial] installed you can download
it by typing "{{{hg clone https://ifcsoft.googlecode.com/hg/ ifcsoft}}}" in
the directory where you want it.
If you dowload the code, it is set up to be run in Netbeans (The JavaFX
plugin only works in the older [http://netbeans.org/community/releases/69/
Netbeans 6.9 release]), but you will need to resolve 2 conflicts because
the libraries don't get linked properly for some reason (they are in
the "lib" directory). You should be able to get it to work in Eclipse or on
the command line, but I'm not sure what you need to do to get the libraries
linked properly.