Yes, that worked, thanks Marcus.<div><br></div><div>By the way, for some reason on linux (I use ubuntu 10.10), I installed gtk-doc-tools, but it didn't work at first... Then I restarted the shell and it worked...</div>
<div>On mac (mac os x 10.6.8), as there are quite many libraries gtkdocize depends on, I just used macports to install it (package gtk-doc in macports). Worked right away.<br><br>Now to the coding :)</div><div><br></div><div>
Eduardo<br><br><div class="gmail_quote">On Wed, Jan 11, 2012 at 2:08 PM, Marcus Lundblad <span dir="ltr"><<a href="mailto:ml@update.uu.se">ml@update.uu.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ons 2012-01-11 klockan 12:37 +0100 skrev Eduardo Bezerra:<br>
<div class="im">> Maybe this is a dumb question, but here it goes anyway... How do you<br>
> compile libnice from the source?<br>
> I've checked out libnice from the git repository, and followed the<br>
> instruction in INSTALL, but I didn't manage to compile it:<br>
><br>
<br>
</div>Hi.<br>
<br>
You would need to run ./autogen.sh to set up the build system when<br>
building straight from git (the tarball releases will be "pre-generated"<br>
so that you only have to issue ./configure).<br>
<br>
You would also need gtkdocize it seems (I don't have the source tree at<br>
hand right now).<br>
<br>
After this you should be able to run ./configure, make, make install as<br>
usual.<br>
<br>
//Marcus<br>
<div class="im"><br>
><br>
> eduardo@tetris:~/repositories/libnice$ cd nice<br>
> eduardo@tetris:~/repositories/libnice/nice$ ./configure<br>
> -bash: ./configure: Arquivo ou diretório não encontrado ( = file/dir<br>
> not found)<br>
> eduardo@tetris:~/repositories/libnice/nice$ cd ..<br>
> eduardo@tetris:~/repositories/libnice$ ./configure<br>
> -bash: ./configure: Arquivo ou diretório não encontrado<br>
> eduardo@tetris:~/repositories/libnice$ make<br>
> make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.<br>
> Pare. (no target indicated and no make file found. stop.)<br>
> eduardo@tetris:~/repositories/libnice$ ./autogen.sh<br>
> ./autogen.sh: 5: gtkdocize: not found<br>
> eduardo@tetris:~/repositories/libnice$<br>
><br>
><br>
> Thanks again<br>
><br>
><br>
> Eduardo<br>
</div>> _______________________________________________<br>
> Nice mailing list<br>
> <a href="mailto:Nice@lists.freedesktop.org">Nice@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/nice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/nice</a><br>
<br>
<br>
_______________________________________________<br>
Nice mailing list<br>
<a href="mailto:Nice@lists.freedesktop.org">Nice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/nice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/nice</a><br>
</blockquote></div><br></div>