From Optflux
Jump to: navigation, search
Line 11: Line 11:
 
**:<pre>chmod a+x [filename]</pre>
 
**:<pre>chmod a+x [filename]</pre>
 
**:<pre>./[filename]</pre>
 
**:<pre>./[filename]</pre>
 +
 +
* '''NOTE FOR WINDOWS VISTA USERS''': Make sure you have full permissions (reading/writing) to the directory where you install the software.
  
  

Revision as of 18:46, 10 March 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]
  • NOTE FOR WINDOWS VISTA USERS: Make sure you have full permissions (reading/writing) to the directory where you install the software.



Brief instructions, uhu?