~lorzeteam/lorze/trunk

« back to all changes in this revision

Viewing changes to LORZE_get_and_install.txt

  • Committer: Andreas Ulrich
  • Date: 2012-12-13 20:54:19 UTC
  • Revision ID: ulrich3110@gmail.com-20121213205419-aucgdskqtqmyrj10
new file structure, new object structure, about dialogue, help dialogue, hep pages in english and german, german translation, ponton5h installer, documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LORZE erasandcad / GET AND INSTALL
2
 
 
3
 
 
4
 
GET THE CODE
5
 
Install bazar and make your own branch
6
 
 
7
 
Or browse the code, with view revision (in /lorze/trunk) you can download a tarball file (*.tgz) with all files.
8
 
 
9
 
 
10
 
INSTALL
11
 
Make sure, that Python is installed, recommended 2.7
12
 
 
13
 
Make sure that wxPython is installed, recommended 2.8
14
 
 
15
 
If you are using bazaar, the files will be copied into the right structure
16
 
 
17
 
Otherwise extract the tarball file and move LORZE to the desired destination.
18
 
 
19
 
 
20
 
DIRECTORYS
21
 
LORZE: Program directory
22
 
LORZE/Dokumentation/DIA: UML files of DIA
23
 
LORZE/Dokumentation/ODT: ODT documentation
24
 
LORZE/Dokumentation/PDF: PDF files of DIA and ODT
25
 
LORZE/Dokumentation/TXT: Plain text files
26
 
LORZE/Icons: Program Icons
27
 
LORZE/Icons/16x16: Icons 16 pixel
28
 
LORZE/Icons/22x22: Icons 22 pixel, menu commands
29
 
LORZE/Icons/32x32: Icons 32 pixel, toolbars
30
 
LORZE/Icons/ODG: Libre Office Draw icons
31
 
LORZE/Scripts: Python Scripts
32
 
LORZE/Scripts/in18: Translations
33
 
 
34
 
 
35
 
PROGRAMSTART
36
 
In the directory LORZE/Scripts: lrzgui.py
37
 
 
38
 
If you are using an link, make sure that lrzgui.py will be startet in the scripts Directory (LORZE/Scripts).
39
 
 
40
 
 
41
 
PROGRAM UPDATE
42
 
If you are using bazaar, you can update your branch
43
 
 
44
 
Otherwise delete all files and directorys in LORZE. Copy all files with directorys from the downloaded tarball into LORZE.
45
 
 
46
 
 
47
 
13.07.2012, Andreas Ulrich