Can't Build Tremulous 1.3!

I cant build tremulous 1.3, It fails while building. Here is the full output from the terminal. (BTW I have the latest ubuntu installed) Tremulous 1.3 Build Error - Pastebin.com

3 Likes

Cool to know I’m not alone.

2 Likes

@IronClaw Those are just warnings. The main error is at the very bottom; it’s missing the curl libraries. Like: ```
connection.cpp:(.text+0x783): undefined reference to `curl_slist_append’

Just install `libcurl` and/oOr `libcurl-dev`, and try again.
3 Likes

thanks man ill give it a try