Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: compiler  (Read 4590 times)

0 Members and 1 Guest are viewing this topic.

sg

  • Guest
compiler
« on: January 24, 2009, 12:20:04 PM »

which language to use to compile the script to a module?
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: compiler
« Reply #1 on: January 24, 2009, 12:29:29 PM »

Um, gcc will do it just fine.

Put the modulefile.c into anope/src/modules
cd ../../
make modules
make install

Logged

sg

  • Guest
Re: compiler
« Reply #2 on: January 24, 2009, 12:34:07 PM »

thank chaz
Logged
Pages: [1]   Go Up