From Optflux
Jump to: navigation, search
Line 7: Line 7:
 
* '''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]
+
  chmod a+x [filename]
** ./filename
+
  ./filename
  
  

Revision as of 17:31, 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



Tarball

  • Unzip the downloaded file, double click run.sh (linux) or run.bat (windows) and you're done.



Brief instructions, uhu?