Main.Install History

Hide minor edits - Show changes to markup

March 13, 2009, at 02:28 PM by 148.187.130.153 -
Added line 1:
March 13, 2009, at 02:28 PM by 148.187.130.153 -
Deleted lines 0-1:

Installation

March 13, 2009, at 02:23 PM by 148.187.130.153 -
Changed line 44 from:

Molekel versions 5.3 or above use some advanced multi-pass rendering techniques to enhance visual quality; these techniques may generate visual artifacts on transparent surfaces on some specific graphic cards. We have experienced problems on SuSE 10.3 x86-32/NVIDIA 8800 Ultra and Windows XP 32bit/NVIDIA 8800 Ultra system; on Windows problems can be fixed by selecting Let the 3D application decide (which should be the default) in the Image Settings page of the NVIDIA Control Panel.

to:

Molekel versions 5.3 or above use some advanced multi-pass rendering techniques to enhance visual quality; these techniques may generate visual artifacts on transparent surfaces on some specific graphic cards. We have experienced problems on SuSE 10.3 x86-32/NVIDIA 8800 Ultra and Windows XP 32bit/NVIDIA 8800 Ultra systems; on Windows problems can be fixed by selecting Let the 3D application decide (which should be the default) in the Image Settings page of the NVIDIA Control Panel.

February 14, 2008, at 02:09 PM by 148.187.130.131 -
Changed lines 40-41 from:

Simply open the dmg disk image and copy the folders to any location.

to:

Simply open the dmg disk image and copy the folders to any location; you may want to create a Molekel folder inside Applications and put everything there.

Changed lines 44-46 from:

In case you have rendering problems, get messages about errors in Coin or the program crashes when loading files without reporting any error, you can set the value of two environment variables as follows:

to:

Molekel versions 5.3 or above use some advanced multi-pass rendering techniques to enhance visual quality; these techniques may generate visual artifacts on transparent surfaces on some specific graphic cards. We have experienced problems on SuSE 10.3 x86-32/NVIDIA 8800 Ultra and Windows XP 32bit/NVIDIA 8800 Ultra system; on Windows problems can be fixed by selecting Let the 3D application decide (which should be the default) in the Image Settings page of the NVIDIA Control Panel.

In general, in case you have rendering problems, get messages about errors in Coin or the program crashes when loading files without reporting any error, you can set the value of two environment variables as follows:

Added lines 51-52:

To set the environment variables permanently on Windows XP right-click on My Computer then select the Advanced tab and click on the Environment Variables button.

Deleted line 54:
August 31, 2007, at 01:49 PM by 148.187.130.131 -
Changed lines 8-9 from:

Warning: it seems that due to an issue with Qt's QDesktopServices Molekel is unable to open the main page of the local documentation if the installation path contains spaces. You can manually open the html documentation which resides in the Molekel/doc folder.

to:
January 08, 2007, at 10:25 AM by Ugo Varetto -
Changed lines 43-52 from:
to:

Rendering issues

In case you have rendering problems, get messages about errors in Coin or the program crashes when loading files without reporting any error, you can set the value of two environment variables as follows:

  • COIN_FULL_INDIRECT_RENDERING=0
  • COIN_FORCE_GL1_0_ONLY=1

before launching Molekel to disable the use of advanced OpenGL features.

You can also set the COIN_DEBUG_GLGLUE environment variable to 1 before starting Molekel in a console window to print OpenGL debug information. To enable printing on standard output on Mac you'll have to invoke the actual executable in the Molekel.app folder i.e. Molekel.app/Contents/MacOS/Molekel.

January 04, 2007, at 06:50 PM by Ugo Varetto -
Changed lines 8-9 from:

Warning: it seems that due to an issue with Qt's QDesktopServices Molekel is unable to open the main page of the local documentation if the installation path contains spaces. You can manually open the html documentation which resides in the Molekel/doc folder.

to:

Warning: it seems that due to an issue with Qt's QDesktopServices Molekel is unable to open the main page of the local documentation if the installation path contains spaces. You can manually open the html documentation which resides in the Molekel/doc folder.

January 04, 2007, at 06:50 PM by Ugo Varetto -
Changed lines 8-9 from:

Warning: it seems that due to an issue with Qt's QDesktopServices Molekel is unable to open the main page of the local documentation if the installation path contains spaces. You can manually open the html documentation which resides in the Molekel/doc folder.

to:

Warning: it seems that due to an issue with Qt's QDesktopServices Molekel is unable to open the main page of the local documentation if the installation path contains spaces. You can manually open the html documentation which resides in the Molekel/doc folder.

January 04, 2007, at 06:49 PM by Ugo Varetto -
Changed line 14 from:

sh:

to:

sh:

Changed line 17 from:

csh:

to:

csh:

Changed lines 24-25 from:

it means you do not have glibc 2.4 installed, you can either install glibc 2.4 o simply download this patch and replace <molekel root>/lib/libQtCore.so.4 with the version found in the archive.

to:

it means you do not have glibc 2.4 installed, you can either install glibc 2.4 o simply download this patch and replace <molekel root>/lib/libQtCore.so.4 with the version found in the archive which works with glibc 2.3.

January 04, 2007, at 06:48 PM by Ugo Varetto -
Changed lines 20-23 from:

Launch from desktop

To be able to launch Molekel from KDE and Gnome you can create a script like:

to:

If you get an error similar to the following:

Changed lines 22-27 from:
  1. !/bin/sh
  2. if you have not added the command to add Molekel's dynamic libs dir to LD_LIBRARY_PATH
  3. to your .profile or .tcshrc file you need to do it here:

export LD_LIBRARY_PATH=<molekel installation dir>/lib:$LD_LIBRARY_PATH

  1. launch molekel

<molekel installation dir>/bin/Molekel

to:

.../lib/tls/libc.so.6: version 'GLIBC_2.4' not found (required by ./lib/libQtCore.so.4)

Added lines 24-36:

it means you do not have glibc 2.4 installed, you can either install glibc 2.4 o simply download this patch and replace <molekel root>/lib/libQtCore.so.4 with the version found in the archive.

Launch from desktop

To be able to launch Molekel from KDE and Gnome you can create a script like:

#!/bin/sh
#if you have not added the command to add Molekel's dynamic libs dir to LD_LIBRARY_PATH
#to your .profile or .tcshrc file you need to do it here:
export LD_LIBRARY_PATH=<molekel installation dir>/lib:$LD_LIBRARY_PATH
#launch molekel
<molekel installation dir>/bin/Molekel
December 22, 2006, at 09:43 AM by 148.187.130.131 -
Changed lines 12-13 from:

Uncompress the archive and add the @molekel/lib@ directory to LD_LIBRARY_PATH then run <molekel root>/bin/Molekel:

to:

Uncompress the archive and add the molekel/lib directory to LD_LIBRARY_PATH then run <molekel root>/bin/Molekel:

Changed line 27 from:
  1. to your .profile or .tcshrc you need to do it here:
to:
  1. to your .profile or .tcshrc file you need to do it here:
December 22, 2006, at 09:42 AM by 148.187.130.131 -
Changed lines 12-22 from:

Uncompress the archive and add the @molekel/lib@ directory to LD_LIBRARY_PATH then run <molekel root>/bin/Molekel.

A sample startup script start_molekel.sh is provided.

Launch from command line

Modify start_molekel.sh.sample to add <molekel home directory>/lib to LD_LIBRARY_PATH and enter the full path of Molekel's executable: <molekel home directory>/bin/Molekel.

No need to cd to Molekel's home dir, the cd ... line can be commented.

to:

Uncompress the archive and add the @molekel/lib@ directory to LD_LIBRARY_PATH then run <molekel root>/bin/Molekel:

sh: export LD_LIBRARY_PATH=<molekel installation dir>/lib:$LD_LIBRARY_PATH

csh: setenv LD_LIBRARY_PATH <molekel installation dir>/lib:${LD_LIBRARY_PATH}

Changed lines 23-25 from:

To be able to launch Molekel from KDE and Gnome you first need to modify the script as described in the previous paragraph. You can then create a launcher/application icon on the Gnome and KDE desktop and point it to the sh file. In this case the launch script will have to explicitly cd to Molekel's root dir.

to:

To be able to launch Molekel from KDE and Gnome you can create a script like:

#!/bin/sh
#if you have not added the command to add Molekel's dynamic libs dir to LD_LIBRARY_PATH
#to your .profile or .tcshrc you need to do it here:
export LD_LIBRARY_PATH=<molekel installation dir>/lib:$LD_LIBRARY_PATH
#launch molekel
<molekel installation dir>/bin/Molekel
December 21, 2006, at 06:37 PM by Ugo Varetto -
Added lines 8-9:

Warning: it seems that due to an issue with Qt's QDesktopServices Molekel is unable to open the main page of the local documentation if the installation path contains spaces. You can manually open the html documentation which resides in the Molekel/doc folder.

December 21, 2006, at 02:49 PM by Ugo Varetto -
Changed lines 10-11 from:

Uncompress the archive and add the molekel/lib directory to LD_LIBRARY_PATH then run molekel/bin/Molekel.

to:

Uncompress the archive and add the @molekel/lib@ directory to LD_LIBRARY_PATH then run <molekel root>/bin/Molekel.

Changed lines 23-24 from:

To be able to launch Molekel from KDE and Gnome you need to modify the script start_molekel.sh.sample specifying Molekel's home directory.

to:

To be able to launch Molekel from KDE and Gnome you first need to modify the script as described in the previous paragraph.

Changed line 25 from:

In this case the launch script will have to explicitly cd to Molekel's home dir.

to:

In this case the launch script will have to explicitly cd to Molekel's root dir.

December 21, 2006, at 02:27 PM by Ugo Varetto -
Changed lines 31-33 from:

Simply open the dmg disk image and drag and drop the folders in any location.

to:

Simply open the dmg disk image and copy the folders to any location.

December 21, 2006, at 02:26 PM by Ugo Varetto -
Changed line 4 from:

Windows

to:

Windows

Changed lines 8-9 from:

Linux

to:

Linux

Changed lines 29-30 from:

Mac OS

to:

Mac OS

December 21, 2006, at 02:26 PM by Ugo Varetto -
Changed lines 1-3 from:

Install

Windows

to:

Installation

Windows

December 21, 2006, at 02:25 PM by Ugo Varetto -
Added lines 1-32:

Install

Windows

  • installer: install the program with administrator privileges.
  • zip: simply uncompress the archive; Molekel.exe is in molekel/bin.

Linux

Uncompress the archive and add the molekel/lib directory to LD_LIBRARY_PATH then run molekel/bin/Molekel.

A sample startup script start_molekel.sh is provided.

Launch from command line

Modify start_molekel.sh.sample to add <molekel home directory>/lib to LD_LIBRARY_PATH and enter the full path of Molekel's executable: <molekel home directory>/bin/Molekel.

No need to cd to Molekel's home dir, the cd ... line can be commented.

Launch from desktop

To be able to launch Molekel from KDE and Gnome you need to modify the script start_molekel.sh.sample specifying Molekel's home directory. You can then create a launcher/application icon on the Gnome and KDE desktop and point it to the sh file. In this case the launch script will have to explicitly cd to Molekel's home dir. You can change the icon of the desktop shortcut by selecting the Molekel.png icon in the <molekel root>/resources directory.

Mac OS

Simply open the dmg disk image and drag and drop the folders in any location.