compile tile version "crawl.exe" in win7


Problems running or configuring the software, commands & options, compiling, different platforms, using the interface, documentation, etc.

Temple Termagant

Posts: 6

Joined: Thursday, 19th June 2014, 11:07

Post Thursday, 19th June 2014, 16:55

compile tile version "crawl.exe" in win7

i compiled console version "crawl.exe" in win7

but can't with tile version though add "TILES=y" at make file bottom

how to deal with tool/tile_colour.cc: warning: png.h: No such file or dir and so on
User avatar

Pandemonium Purger

Posts: 1298

Joined: Wednesday, 11th April 2012, 02:42

Location: Sydney, Australia

Post Thursday, 19th June 2014, 23:12

Re: compile tile version "crawl.exe" in win7

IIRC, there are some extra libraries you need only if you're compiling tiles. There should be a text file in the base directory listing what.

For this message the author Patashu has received thanks:
SiotWarrior

Temple Termagant

Posts: 6

Joined: Thursday, 19th June 2014, 11:07

Post Friday, 20th June 2014, 10:30

Re: compile tile version "crawl.exe" in win7

Patashu wrote:IIRC, there are some extra libraries you need only if you're compiling tiles. There should be a text file in the base directory listing what.


where i get some extra lib?
User avatar

Dungeon Master

Posts: 502

Joined: Wednesday, 7th March 2012, 13:25

Location: Lexington, KY, US

Post Friday, 20th June 2014, 21:18

Re: compile tile version "crawl.exe" in win7

SiotWarrior wrote:
Patashu wrote:IIRC, there are some extra libraries you need only if you're compiling tiles. There should be a text file in the base directory listing what.


where i get some extra lib?


In the top-level directory of the crawl repository, do:
  Code:
git submodule update --init


That checks out our versions of those libraries into crawl-ref/source/contrib . Then change back to crawl-ref/source and do:
  Code:
make BUILD_ALL=y tiles


BUILD_ALL=y tells Crawl to build and use all the included contribs instead of searching for the libraries in your dev environment's usual location. You can add whatever other make options you need to the make command. For example:
  Code:
make BUILD_ALL=y V=y debug-lite tiles

Return to Technical Support

Who is online

Users browsing this forum: No registered users and 6 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.