CABREX

ltspice.sh

Jan 23rd, 2022 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #LT Spice installer by CABREX (https://github.com/0xcabrex)
  2.  
  3. # install wine and ltspice
  4. sudo apt install wine-stable
  5. # sudo pacman -S wine
  6. cd /tmp/
  7. wget http://ltspice.linear-tech.com/software/LTspice64.exe
  8. wine LTspice64.exe
  9. rm LTspice64.exe
  10.  
  11. # start lstpice through wine
  12. # wine ~/.wine/drive_c/Program\ Files/LTC/LTspiceXVII/XVIIx64.exe
  13.  
  14. # start ltspice through wine with /tmp/example.asc
  15. # wine ~/.wine/drive_c/Program\ Files/LTC/LTspiceXVII/scad3.exe /tmp/example.asc
  16.  
  17.  
Add Comment
Please, Sign In to add comment