Difference between revisions of "Unreal Compile Guide"

From IRC Wiki
Jump to navigation Jump to search
(Created page with 'http://img248.imageshack.us/img248/7070/270pxunrealircdlogo.png Click Here to go back to the UnrealIRCd page. '''Guide to compiling UnrealIRCd''' * This …')
 
Line 57: Line 57:
</pre>
</pre>
'''This will start your Server'''
'''This will start your Server'''
[[Category:Tutorials]]

Revision as of 23:42, 2 November 2010

270pxunrealircdlogo.png

Click Here to go back to the UnrealIRCd page.

Guide to compiling UnrealIRCd

  • This configuration works only on Linux.
  • This configuration will link with the Anope Services configuration file.
  • This configuration is based off of insaNET IRC Network. Please change the server name and description.

Guru Instructions:

  1. Compile with Ziplinks, and SSL.
  2. Clear ports 6667, 6669, 7002, and 7252.
  3. Services must be on same machine as host of server to use the defaults.

Everything is CaSe SeNsEtIvE

1. Open 'Terminal' (Applications, Accessories, Terminal) 2. Type:

      wget http://unreal.brueggisite.de/Unreal3.2.8.1.tar.gz

3. Type:

      tar -xf Unreal3.2.8.1.tar.gz

4. Type:

      cd Unreal3.2

5. Type:

./Config

6. Answer the questions. Answer yes to enabling SSL and Ziplinks. 7. When complete, type:

      make && make install

8. Assuming you have had no errors when this process is complete, type:

      gedit unrealircd.conf

9. Paste your configuration file here, and save it. click [Here|UnrealConf] to view an example configuration file 10. Back in the terminal, type

      gedit ircd.motd
     This is the server MOTD. click [Here|Unrealmotd] to view an exmaple MOTD

11. Back in terminal, type

 gedit ircd.rules
     This is the server rules file. click [Here|Unrealrules] to view an example rules file.

12. Back in terminal, type

      ./unreal start

This will start your Server