aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/g3dviewer-0.2.99.4/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/others/mimesh/g3dviewer-0.2.99.4/README23
-rw-r--r--src/others/mimesh/g3dviewer-0.2.99.4/README.thumbnailer14
2 files changed, 37 insertions, 0 deletions
diff --git a/src/others/mimesh/g3dviewer-0.2.99.4/README b/src/others/mimesh/g3dviewer-0.2.99.4/README
new file mode 100644
index 0000000..9791cec
--- /dev/null
+++ b/src/others/mimesh/g3dviewer-0.2.99.4/README
@@ -0,0 +1,23 @@
1g3dviewer - a 3D file viewer
2
3REQUIREMENTS:
4 * GTK+ 2.4+
5 * libglade >= 2.4.0
6 * GtkGLExt 1.0+
7 * OpenGL (GL & GLU library)
8 * Flex (optional, for VRML plugin)
9
10 Debian (Sarge+) Packages:
11 * GTK+ 2.4+: libgtk2.0-dev
12 * libglade libglade2-dev
13 * GtkGLExt: libgtkglext1-dev
14 * Mesa GL: xlibmesa-gl-dev
15 * Mesa GLU: xlibmesa-glu-dev
16 * Flex: flex
17
18INSTALLATION:
19 Usual autoconf/automake installation, refer to INSTALL if you are not
20 familiar with this procedure.
21
22SUPPORTED FILETYPES:
23 * see libg3d README
diff --git a/src/others/mimesh/g3dviewer-0.2.99.4/README.thumbnailer b/src/others/mimesh/g3dviewer-0.2.99.4/README.thumbnailer
new file mode 100644
index 0000000..4931176
--- /dev/null
+++ b/src/others/mimesh/g3dviewer-0.2.99.4/README.thumbnailer
@@ -0,0 +1,14 @@
1G3D-THUMBNAILER
2
3the directory "thumbnailer" contains a program to create small images
4("thumbnails") for file managers like Nautilus. The program ("g3d-thumbnailer")
5is installed by default, but the integration step has to be done on a user
6basis at the moment. To install the mime information (freedesktop.org shared
7mime info stuff) and the integration into Nautilus you have to do the
8following steps as _normal user_:
9
10$ cd thumbnailer
11$ make install-data-user
12
13This procedure will be integrated into the usual installation process for
14all users in the future.