-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.txt
65 lines (45 loc) · 2.21 KB
/
README.txt
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
Tepee3D - Alpha 2.0 Release - November 5, 2013
This is the first release of the Tepee3D application.
It is bundled with the Qt 5.2.0 - beta 1 libraries as well as a custom fork of
Qt3D - tepee3d-qt3d available at https://qt.gitorious.org/qt/tepee3d-qt3d.
To install the application :
On Linux :
chmod u+x ./Tepee3D_Installer_*.run
./Tepee3D_Installer_*.run
Once the program has been installed, you can lauch it by running
./Tepee3DEngine.sh
On Windows :
Run the installer and launch Tepee3DEngine.bat either by going into the
install folder or by using the shortcut created in the menu
On Mac :
Install Tepee3DEngine.dmg
Right-Click and select Show Package Content
Move to MacOS/
chmod u+x ./Tepee3DEngine.sh
run ./Tepee3DEngine.sh
All sources of the project are open source. You can freely use it, hack it and
distribute it as long as you comply with the license below.
The sources are available at https://gitorious.org/tepee3d
We wish you a pleasant use of this software and are open to comments,
ideas and critics.
We'll strongly appreciate if you contact us if you encounter bugs so that we can
solve them for future releases.
Keep in mind this is the Alpha release and that a lot still needs to be done.
Copyright (C) Paul Lemire, Tepee3DTeam and/or its subsidiary(-ies).
Contact: [email protected]
Contact: [email protected]
This file is part of the Tepee3D project
GNU Lesser General Public License Usage
This file may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation and appearing in the file LICENSE.LGPL included in the
packaging of this file. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
GNU General Public License Usage
Alternatively, this file may be used under the terms of the GNU
General Public License version 3.0 as published by the Free Software
Foundation and appearing in the file LICENSE.GPL included in the
packaging of this file. Please review the following information to
ensure the GNU General Public License version 3.0 requirements will be
met: http://www.gnu.org/copyleft/gpl.html.