Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Tutorials => Topic started by: medi4 on November 21, 2010, 11:20:03 pm

Title: [TUTORIAL] How to use Taliis on Linux (Ubuntu)
Post by: medi4 on November 21, 2010, 11:20:03 pm
Hi,
this is a little tutorial how you can use Taliis on Ubuntu 10.04 (lucid lynx) or on other linux distributions.

1. Download Taliis from http://taliis.blogspot.com/ (http://taliis.blogspot.com/" onclick="window.open(this.href);return false;)
2. Unzip it and save it somewhere
3. Go into your  favorite editor ( i will use GEdit)
4. paste this
Code: [Select]
java -jar Taliis.jar in it
5. Save it in the Taliis folder as
Code: [Select]
Taliis.sh6. Open the command line
7. use the command
Code: [Select]
cd /path/to/your/taliis/folder to get into your Taliis folder
8. use the command
Code: [Select]
chmod 755 Taliis.sh to make the script useable

Done! now you can double click the script (Taliis.sh) and Taliis will start on linux, too  :D

Hope you enjoy :D
Title: Re: [TUTORIAL] How to use Taliis on Linux (Ubuntu)
Post by: Steff on November 22, 2010, 12:45:56 pm
Moved to misc. Scripts meen LUA or c++ scripting. But thank you for the tut.