~ubuntu-branches/ubuntu/utopic/sweethome3d/utopic

« back to all changes in this revision

Viewing changes to README.TXT

  • Committer: Package Import Robot
  • Author(s): Gabriele Giacone
  • Date: 2013-03-22 23:35:34 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130322233534-k9g9mz1vch0dfy4y
Tags: 4.0+dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SWEET HOME 3D v 3.6
 
1
SWEET HOME 3D v 4.0
2
2
-------------------
3
3
 
4
4
This archive contains source code of Sweet Home 3D, an interior design Java application.
7
7
 
8
8
You may also download this source code with the following CVS command:
9
9
 
10
 
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_3_6 SweetHome3D
 
10
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_4_0 SweetHome3D
11
11
 
12
12
 
13
13
HOW TO USE THIS SOURCE CODE
32
32
You may execute applications and tests of this archive, with the Eclipse Run menu.
33
33
To execute applications and tests that require Java 3D, open Run Dialog in Eclipse, 
34
34
select the Arguments tab of the target application, and add to the VM arguments 
35
 
text field the option 
36
 
-Djava.ext.dirs=lib;lib/windows/i386, 
37
 
-Djava.ext.dirs=lib;lib/windows/x64,
38
 
-Djava.ext.dirs=lib:lib/macosx, 
39
 
-Djava.ext.dirs=lib:lib/linux/i386 
40
 
or -Djava.ext.dirs=lib:lib/linux/x64 
41
 
according to your system and its architecture.
 
35
text field the option: 
 
36
-Djava.ext.dirs=lib/windows/i386;lib, 
 
37
-Djava.ext.dirs=lib/windows/x64;lib,
 
38
-Djava.ext.dirs=lib/macosx:lib, 
 
39
-Djava.ext.dirs=lib/linux/i386:lib 
 
40
or -Djava.ext.dirs=lib/linux/x64:lib
 
41
according to your system and its architecture, except under Java 7 and Mac OS X, 
 
42
where VM arguments should be:
 
43
-Djava.ext.dirs=lib/macosx/java3d-1.6:lib -Djava.library.path=lib/macosx/java3d-1.6
 
44
-Djogamp.gluegen.UseTempJarCache=false -Dcom.eteks.sweethome3d.j3d.useOffScreen3DView=true
42
45
 
43
46
The last release of Sweet Home 3D can be tested directly as a Java Web Start 
44
47
application at http://www.sweethome3d.com/ or as an applet at
47
50
If you want to build Sweet Home 3D with Ant, please install last JDK 5 or 6 and 
48
51
Ant available at http://ant.apache.org/, and run ant command in the directory where
49
52
you uncompressed this archive.
50
 
The default target provided by build.xml Ant file builds the Java Web Start version.
51
 
Read build.xml Ant file for more information about other available targets. 
 
53
The default target provided by build.xml Ant file builds the Jar executable version
 
54
in the install subdirectory. Read build.xml Ant file for more information about
 
55
other available targets. 
52
56
Note that the last part of the Ant targets javaWebStart, applet and viewer 
53
57
requires a passphrase for keystore to sign the deployed jars. For security reasons, 
54
58
the required file keys.keytool isn't provided with this source code. You'll have 
62
66
and included materials developed by third parties.
63
67
    
64
68
    
65
 
Sweet Home 3D, Copyright (c) 2005-2012 Emmanuel PUYBARET / eTeks. 
 
69
Sweet Home 3D, Copyright (c) 2005-2013 Emmanuel PUYBARET / eTeks. 
66
70
Distributed under GNU General Public License    
 
 
b'\\ No newline at end of file'