Opened 11 years ago

Closed 11 years ago

#1885 closed enhancement (invalid)

Wiki BuildInstructions

Reported by: sockers Owned by:
Priority: Should Have Milestone:
Component: Core engine Keywords:
Cc: Patch:

Description

I'm just compiling 0ad on Debian. I had to install zip and cmake while the installation, it canceled two times.

Enhancement: Instead of: sudo apt-get install build-essential libboost-dev libboost-filesystem-dev \

libboost-signals-dev libcurl4-gnutls-dev libenet-dev libjpeg-dev \ libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev libpng-dev \ libsdl-dev libvorbis-dev libwxgtk2.8-dev libxcursor-dev libxml2-dev \ subversion zlib1g-dev

Write: sudo apt-get install build-essential libboost-dev libboost-filesystem-dev \

libboost-signals-dev libcurl4-gnutls-dev libenet-dev libjpeg-dev \ libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev libpng-dev \ libsdl-dev libvorbis-dev libwxgtk2.8-dev libxcursor-dev libxml2-dev \ subversion zlib1g-dev zip cmake

Best regards, suckers

Change History (1)

comment:1 by fabio, 11 years ago

Milestone: Backlog
Resolution: invalid
Status: newclosed

Those dependencies are when using the system libraries, which you should use on Debian rather than the bundled ones. Indeed the page says:

With that dependencies you have to run update-workspaces.sh with --with-system-enet --with-system-nvtt --with-system-mozjs185 flags.

I clarified the zip dep anyway.

Note: See TracTickets for help on using tickets.