
Originally Posted by
kitchenrange
I already posted this once in the SRL Help section, but I wanted it to reach more people, and I want to expand on my knowledge of the os further than to just solve my current problem. However, my current problem is that I cannot get java to install through WINE and therfore, cannot run SMART.
Also, though, if anyone knows alot about Linux and wants to share some places to learn at or just some useful general knowledge, feel free to share.
It's not too hard.
Code:
sudo apt-get install wine (if not already installed)
cd ~
Now, either to go java.com with firefox and download (NOT: open) the installer to your home directory.
If you think your computer is the same as mine, use this: (not recommended)
Code:
wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=26223
Code:
~/wine jre-6-u11-windows-i586-p-s.exe (something like that name)
Voila! That should have installed java. (Do whatever the installer asks you to go)
Installed SCAR is just as easy, won't explain that. (dl installer and exec it)
I am not sure if the SRL Download works.
So you might want just want to:
Code:
cd ~/.wine/drivec/Program\ Files/SCAR\ 3.15/Includes/ #go to scar includes dir
svn co http://www.srl-forums.com/srl-repos/ #dl srl through svn. (if svn is not installed, install it using the package man.
cd ./srl (or SRL) # go to the srl dir
mv place\ inside\ plugins\ folder/* ../../Plugins/ #move everything in place etc to SCAR/Plugins/
To test this install, open SCAR. Try a script with SMART. It should work.