~ubuntu-branches/debian/sid/rsyslog/sid

« back to all changes in this revision

Viewing changes to doc/build_from_repo.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Daniel Pocock
  • Date: 2014-03-11 19:52:49 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20140311195249-phbsh9be8lebawti
Tags: 7.4.8-1
[ Michael Biebl ]
* New upstream release.
* Update Build-Depends:
  - Bump libestr-dev to (>= 0.1.9).
  - Tighten liblognorm-dev to (<< 1.0.0).
  - Replace libjson0-dev with libjson-c-dev, we no longer need the
    transitional package.
* Bump Standards-Version to 3.9.5. No further changes.

[ Daniel Pocock ]
* Make template parameter not mandatory in mongodb output plugin. Patch
  cherry-picked from upstream Git. (Closes: #740869, #721277)
* Ensure JSON templates are NUL terminated. Patch cherry-picked from
  upstream Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
tarball, but some files are missing because they are output files and thus do not
13
13
belong into the repository.
14
14
<h2>Obtaining the Source</h2>
15
 
<p>First of all, you need to download the sources. Rsyslog is currently kept in a git
16
 
repository. You can clone this repository either via http or git protocol (with the later
17
 
being much faster. URLS are:
18
 
<ul>
19
 
<li>git://git.adiscon.com/git/rsyslog.git
20
 
<li>http://git.adiscon.com/git/rsyslog.git
21
 
</ul>
22
 
<p>There is also a browsable version (gitweb) available at
23
 
<a href="http://git.adiscon.com/?p=rsyslog.git;a=summary">http://git.adiscon.com/?p=rsyslog.git;a=summary</a>.
24
 
This version also offers snapshots of each commit for easy download. You can use these if
25
 
you do not have git present on your system.
 
15
<p>First of all, you need to download the sources. Rsyslog is kept in git. The
 
16
"<a href="http://www.rsyslog.com/where-to-find-the-rsyslog-source-code/">Where to find the rsyslog
 
17
source code</a>" page on the project site will point you to the current repository location.
26
18
<p>After you have cloned the repository, you are in the master branch by default. This
27
19
is where we keep the devel branch. If you need any other branch, you need to do
28
20
a "git checkout --track -b branch origin/branch". For example, the command to check out
66
58
<p><pre><code>
67
59
./configure CFLAGS="-march=i586 -mcpu=i686" --enable-imfile ... (whatever you need)
68
60
</code></pre>
69
 
<p>These settings should resolve the issue .
 
61
<p>These settings should resolve the issue.
70
62
 
71
63
<p>[<a href="manual.html">manual index</a>]
72
64
[<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
73
65
<p><font size="2">This documentation is part of the
74
66
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
75
 
Copyright &copy; 2008, 2009 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
 
67
Copyright &copy; 2008-2013 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
76
68
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL 
77
69
version 3 or higher.</font></p>
78
70
</body>