All pastes #2052908 Raw Edit

Stuff

public text v1 · immutable
#2052908 ·published 2011-05-02 15:52 UTC
rendered paste body
[starlight@zero ~]$ wget http://downloads.sourceforge.net/project/anope/anope-devel/Anope%201.9.3/anope-1.9.3-source.tar.gz?r=http%3A%2F%2Fanope.org%2F&ts=1304351324&use_mirror=ovh
[1] 29827
[2] 29828
[starlight@zero ~]$ --2011-05-02 16:49:14--  http://downloads.sourceforge.net/project/anope/anope-devel/Anope%201.9.3/anope-1.9.3-source.tar.gz?r=http%3A%2F%2Fanope.org%2F
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://ovh.dl.sourceforge.net/project/anope/anope-devel/Anope%201.9.3/anope-1.9.3-source.tar.gz [following]
--2011-05-02 16:49:14--  http://ovh.dl.sourceforge.net/project/anope/anope-devel/Anope%201.9.3/anope-1.9.3-source.tar.gz
Resolving ovh.dl.sourceforge.net... 91.121.125.23, 91.121.124.23
Connecting to ovh.dl.sourceforge.net|91.121.125.23|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1774319 (1.7M) [application/x-gzip]
Saving to: `anope-1.9.3-source.tar.gz'

100%[======================================>] 1,774,319   1.04M/s   in 1.6s

2011-05-02 16:49:16 (1.04 MB/s) - `anope-1.9.3-source.tar.gz' saved [1774319/1774319]


[1]-  Done                    wget http://downloads.sourceforge.net/project/anope/anope-devel/Anope%201.9.3/anope-1.9.3-source.tar.gz?r=http%3A%2F%2Fanope.org%2F
[2]+  Done                    ts=1304351324
[starlight@zero ~]$ tar zxf anope-1.9.3-source.tar.gz
[starlight@zero ~]$ cd anope-1.9.3
[starlight@zero anope-1.9.3]$ ls
cmake           Config      data  include  modules    src
CMakeLists.txt  Config.exe  docs  lang     run-cc.pl
[starlight@zero anope-1.9.3]$ ./Config
   ___
  / _ \  http://www.anope.org
 | /_\ | _ __  _ _  _ _   ___
 |  _  || '_ \/ _ \/ _ \ / _ \
 | | | || | |  |_|  |_| |  __/
 |_| |_||_| |_\___/|  _/ \___|
                   | |
                   |_| IRC Services
                             1.9.3
This program will help you to compile your Services, and ask you
questions regarding the compile-time settings of it during the
process. For more options type ./Config --help

Anope is a set of Services for IRC networks that allows users to
manage their nicks and channels in a secure and efficient way,
and administrators to manage their network with powerful tools.

For all your Anope needs please visit our portal at www.anope.org

Beginning Services configuration.

In what directory do you want the binaries to be installed?
[/home/starlight/services] /home/starlight/testserv
/home/starlight/testserv does not exist.  Create it?
[y] y

Which group should all Services data files be owned by?  (If Services
should not force files to be owned by a particular group, just press
Return.)
[]

What should the default umask for data files be (in octal)?
(077 = only accessible by owner; 007 = accessible by owner and group)
[077]

Would you like to build a debug version of Anope?
[y] n

You can optionally have the build run through run-cc.pl, which will
cause warnings and errors (if any) to be colored yellow and red,
respectively. This relies on Perl being installed, so if you say yes
to this without Perl, the option will be ignored.
NOTE: If you are using MinGW, it is NOT recommended to say yes to
this, it may fail.
Would you like to utilize run-cc.pl?
[n] y

Are there any extra arguments you wish to pass to cmake?
You may only need to do this if cmake is unable to locate
missing dependencies without hints.
You can do this by: -DEXTRA_INCLUDE:STRING=/path/to/files;/path/to/more/files
[]

Saving configuration results in config.cache... done.
cmake  -DINSTDIR:STRING=/home/starlight/testserv  -DDEFUMASK:STRING=077 -DCMAKE_BUILD_TYPE:STRING=RELEASE -DUSE_RUN_CC_PL:BOOLEAN=ON  ..
./Config: line 87: cmake: command not found

Now cd build, then run make to build Anope.
[starlight@zero anope-1.9.3]$