diff options
author | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
commit | cb3716ffb584fe0f593b6f1669a8efdba1305104 (patch) | |
tree | 5d1ebc4b6fc17b30f4b34e7e64a2d9514893459b /src/others/mimesh/g3dviewer-0.2.99.4/README | |
parent | Add Prosody build script. (diff) | |
download | SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.zip SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.gz SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.bz2 SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.xz |
Added my version of libg3d and friends.
Diffstat (limited to '')
-rw-r--r-- | src/others/mimesh/g3dviewer-0.2.99.4/README | 23 | ||||
-rw-r--r-- | src/others/mimesh/g3dviewer-0.2.99.4/README.thumbnailer | 14 |
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 @@ | |||
1 | g3dviewer - a 3D file viewer | ||
2 | |||
3 | REQUIREMENTS: | ||
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 | |||
18 | INSTALLATION: | ||
19 | Usual autoconf/automake installation, refer to INSTALL if you are not | ||
20 | familiar with this procedure. | ||
21 | |||
22 | SUPPORTED 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 @@ | |||
1 | G3D-THUMBNAILER | ||
2 | |||
3 | the directory "thumbnailer" contains a program to create small images | ||
4 | ("thumbnails") for file managers like Nautilus. The program ("g3d-thumbnailer") | ||
5 | is installed by default, but the integration step has to be done on a user | ||
6 | basis at the moment. To install the mime information (freedesktop.org shared | ||
7 | mime info stuff) and the integration into Nautilus you have to do the | ||
8 | following steps as _normal user_: | ||
9 | |||
10 | $ cd thumbnailer | ||
11 | $ make install-data-user | ||
12 | |||
13 | This procedure will be integrated into the usual installation process for | ||
14 | all users in the future. | ||