File: README.TXT

package info (click to toggle)
sweethome3d-furniture-editor 1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 916 kB
  • ctags: 697
  • sloc: java: 7,219; xml: 134; makefile: 35; sh: 9
file content (64 lines) | stat: -rw-r--r-- 3,036 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
FURNITURE LIBRARY EDITOR v 1.20
-------------------------------

This archive contains source code of the Furniture Library Editor for Sweet Home 3D.

You may also download this source code with the following CVS command:

cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_1_20 FurnitureLibraryEditor


As this project depends on Sweet Home 3D, download and install also Sweet Home 3D source code from 
http://prdownloads.sourceforge.net/sweethome3d/SweetHome3D-5.1-src.zip 
or with the following CVS command: 

cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_5_2 SweetHome3D


HOW TO USE THIS SOURCE CODE
---------------------------

Source code classes are compatible with Java SE 5, and the directory where
you find this file may be compiled as an Eclipse project or with Ant.

If you want to compile and test the Java files of this release 
with Eclipse, please follow the next steps:
1. install last JDK 5 or greater available at http://java.sun.com
2. install Eclipse available at http://www.eclipse.org
3. in Eclipse, select File > Import... menu
4. in "Select an import source" list of Import dialog box, 
   choose "Existing project into Workspace" option
5. click on Next button
6. in "Select root directory" text field, 
   type or select the path to the root of this archive
7. click on Finish 
8. repeat the steps 3 to 7 to import Sweet Home 3D project

You may execute com.eteks.furniturelibraryeditor.FurnitureLibraryEditor 
application included in this archive, with the Eclipse Run menu.
As this application requires Java 3D, open Run Dialog in Eclipse, 
select the Arguments tab of the target application, and add to the VM arguments 
text field the option:
-Djava.ext.dirs=../SweetHome3D/lib;../SweetHome3D/lib/windows/i386, 
-Djava.ext.dirs=../SweetHome3D/lib;../SweetHome3D/lib/windows/x64, 
-Djava.ext.dirs=../SweetHome3D/lib:../SweetHome3D/lib/macosx, 
-Djava.ext.dirs=../SweetHome3D/lib:../SweetHome3D/lib/linux/i386 or 
-Djava.ext.dirs=../SweetHome3D/lib:../SweetHome3D/lib/linux/x64 
according to your system and its architecture, except under Java 7 / 8 and Mac OS X, 
where VM arguments should be:
-Djava.ext.dirs=../SweetHome3D/lib/java3d-1.6 
-Djava.library.path=../SweetHome3D/lib/java3d-1.6/macosx
-Djogamp.gluegen.UseTempJarCache=false

If you want to build Furniture Library Editor with Ant, please install last JDK or greater and 
Ant available at http://ant.apache.org/, and run ant command in the directory where
you uncompressed this archive.
The default target provided by build.xml Ant file builds a JAR executable version.
Read build.xml Ant file for more information about other available targets. 


Read LICENSE.TXT file for more details about licenses applicable to this software
and included materials developed by third parties.
    
    
Copyright (c) 2010-2015 Emmanuel Puybaret / eTeks. Distributed under GNU General Public License