Advertisement
Guest User

Akaneiro by Spicyhorse

a guest
Apr 26th, 2013
1,872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Linux akaneiro launcher (beta).
  2.  
  3. Release notes:
  4. Basicly launcher is a torrent client which works with our game delivery platform.
  5. It automaticly updates your game to latest version.
  6.  
  7. Warning about full-screen: Best that you DO NOT attempt to run the game in full-screen as this could result in not being able to exit full-screen and having the game display at 4x your screen size, making it unplayable.
  8.  
  9. Known Issues:
  10. - Ubuntu 12.04 - uTP transport will not work. Not supported by libtorrent-rasterbar 0.15.
  11.  
  12. Installing launcher:
  13. Open terminal and copypaste following code.
  14.  
  15. For ubuntu 12.04:
  16. ####################################################################################
  17. sudo -i || ( echo "root privilege required to modify software sources"; exit 1 )
  18. wget -O - http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.04/Release.key | apt-key add -
  19. echo 'deb http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.04 ./' >> /etc/apt/sources.list
  20. apt-get update
  21. apt-get install akaneiro-launcher
  22. ####################################################################################
  23.  
  24. For ubuntu 12.10:
  25. ####################################################################################
  26. sudo -i || ( echo "root privilege required to modify software sources"; exit 1 )
  27. wget -O - http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.10/Release.key | apt-key add -
  28. echo 'deb http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.10 ./' >> /etc/apt/sources.list
  29. apt-get update
  30. apt-get install akaneiro-launcher
  31. ####################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement