From Optflux
Jump to: navigation, search
Line 9: Line 9:
 
* '''NOTE FOR LINUX USERS''': If double-clicking the installation file doesn't work:
 
* '''NOTE FOR LINUX USERS''': If double-clicking the installation file doesn't work:
 
** open a shell, change to the directory where you downloaded the file and:
 
** open a shell, change to the directory where you downloaded the file and:
chmod a+x [filename]
+
**:<pre>chmod a+x [filename]</pre>
./[filename]
+
**:<pre>./[filename]</pre>
  
  

Revision as of 18:42, 12 February 2009

Automatic installer version

  • Just double click the downloaded file, follow the instructions and you're good to go.


  • NOTE FOR LINUX USERS: If double-clicking the installation file doesn't work:
    • open a shell, change to the directory where you downloaded the file and:
      chmod a+x [filename]
      ./[filename]