summaryrefslogtreecommitdiffstats
path: root/crawl-ref/INSTALL.txt
Commit message (Collapse)AuthorAgeFilesLines
* Make compilation work on Fedora 20 with the distribution lua.Florian Diebold2014-04-261-1/+2
| | | | | In Fedora 20, lua 5.1 is in the compat-lua package and is called lua-5.1 in pkg-config.
* Be more realistic about Win98 builds.Adam Borowski2013-10-131-2/+2
|
* Mention compiling Contribs.sln in MSVC build instructionsPete Hurst2013-06-301-0/+6
| | | | | This is an essential step the first time you compile and I omitted it from INSTALL.txt. Amended.
* Recommend using binutils-gold.Adam Borowski2013-05-251-2/+2
| | | | | Seriously, these days, using bfd is a crime that's punishable by several times as long link times.
* Mention Python and Lua syntax extensions in INSTALL.txtPete Hurst2013-05-241-0/+13
|
* Amend MSVC build instructionsPete Hurst2013-05-191-1/+4
|
* Update INSTALL.txt with MSVC instructionsPete Hurst2013-05-191-1/+22
|
* Rewrite the section about platforms Crawl runs on.Adam Borowski2013-04-151-11/+11
|
* Remove a "last modified" header from INSTALL.txtAdam Borowski2013-04-151-1/+0
| | | | No one ever remembers to update it when making changes.
* Clarify OS X build instructions (HenryFlower)Pete Hurst2013-03-311-1/+8
|
* Xandros is an undistribution, don't bother listing it.Adam Borowski2013-03-191-2/+2
| | | | No one cares about Mepis, either. This week's #1 is Mint.
* Clarify INSTALL.txt msysgit linksChris Campbell2013-01-151-6/+3
| | | | Just link to the netinstaller, remove a confusingly worded note.
* Document that opengl headers (typically mesa) are needed for build.Adam Borowski2012-12-281-1/+2
| | | | The docs still lived in 0.4 times from before GLification of tiles.
* Update the package list for Fedora.Florian Diebold2012-07-241-2/+3
|
* Document that ttf-dejavu-core is needed for contribless builds.Adam Borowski2012-07-201-2/+2
| | | | | The list for Fedora needs to be updated as well, but I don't think they even allow GUI installations without these fonts.
* Fix building on Debian (broken by hardcoded paths).Adam Borowski2012-07-201-2/+2
| | | | | | | Debian's Lua includes have been moved to multiarch paths, which worked seamlessly for everything that didn't assume /usr/include/lua5.1 This commit adds pkgconfig as a requirement for console builds as well.
* Mention in INSTALL.txt that NO_LUA_BINDINGS is pointless.Adam Borowski2012-05-291-1/+4
| | | | | Why do we even keep that option, again? It forces autofight to remain an add-on instead of being well integrated into the game itself.
* Document that on Debian you need to include libpng-dev explicitely now.Adam Borowski2012-04-151-2/+2
| | | | Before, it was pulled in by other libraries.
* Update Mac build instructions.Aaron Becker2011-12-241-31/+12
|
* Mention msysgit restriction, submodules (galefury).Neil Moore2011-12-171-0/+3
| | | | | | | | | The build breaks (on the call to windres) when msysgit is installed in a directory with spaces. This *looks* like an msys problem rather than a problem with our Makefile. Submodules are mentioned in INSTALL.txt; add them to git/quickstart.txt as well.
* Add Fedora dependency list (wcunning).Neil Moore2011-12-161-1/+14
|
* Remove mentions of domake.sh and dolinks.sh from INSTALL.txt. They're long gone.Eino Keskitalo2011-10-301-2/+1
|
* Add a tip for Windows users with separate MSYS and git installs.Samuel Bronson2011-10-151-0/+4
|
* Suggest ccache.Samuel Bronson2011-10-011-0/+5
| | | | | | | | I'm only suggesting it to Debian users at the moment, as I have no idea how to install on other systems, and I'm not sure where to place a more general suggestion anyway. [Reworded a bit. 1KB]
* Clarify Windows install informationChris Campbell2011-07-191-8/+4
|
* Rename dat/clua to dat/dlua to avoid the clua/dlua confusion.Adam Borowski2011-06-181-1/+1
| | | | | There might be places where dlua is referred to as clua internally, and in many places "clua" means "lua in general".
* the directory created by cloning the repository will be 'crawl'Jesse Luehrs2011-05-051-1/+1
|
* point the install guide at the read-only repo urlJesse Luehrs2011-05-051-1/+1
|
* Update the docs wrt removal of DOS support.Adam Borowski2011-04-081-28/+4
|
* Update installation instructions.Adam Borowski2011-04-041-57/+26
| | | | | | | | | Many features are no longer optional: * regular expressions * Unicode * Lua Also, no one really uses Usenet anymore, let's point people to IRC or the Tavern.
* Some documentation update regarding change of repository.Raphael Langella2011-02-201-1/+1
|
* Update INSTALL.txt a bit.Adam Borowski2010-12-261-34/+20
| | | | | | * setgid installs are gone * SAVEDIR must be set * Lua bindings are on by default (since forever)
* Don't claim libz-dev is needed only for tiles.Adam Borowski2010-12-261-1/+1
| | | | The new save format uses it to compress save chunks.
* Fix missing dependency on libz-dev in Debian install instructions.Adam Borowski2010-10-311-2/+2
|
* Update the install instructions, mention Debian package names.Adam Borowski2010-10-101-2/+13
|
* Update the installation docs.Adam Borowski2010-09-291-16/+15
|
* Add Galehar's note about buggy sdl-config on msys.Adam Borowski2010-09-291-0/+4
|
* Rewrap INSTALL.txtAdam Borowski2010-09-291-152/+161
|
* Don't be as scary about platforms being "unsupported".Adam Borowski2010-09-291-6/+6
| | | | | | | Our portability has improved a lot. Most platforms should work fine, and we're not as tied to gcc only as before. In particular, clang++ works well and problems with MSVC are mostly because of its asinine project files, not because of the compiler itself.
* Allow private save dirs (SAVEDIR=~/.crawl/) (JoachimSchipper)Adam Borowski2010-06-131-2/+3
|
* Mention in INSTALL.txt that pkg-config is an absolute requirement for Unix ↵Adam Borowski2010-03-101-0/+2
| | | | tiles builds.
* Update tiles creation guide.Johanna Ploog2010-03-031-1/+1
|
* Tweak tutorial's long -More- line.Johanna Ploog2010-03-011-2/+2
| | | | | Could be misinterpreted to mean that pressing Ctrl-P right away would pull up the message history.
* Allow using alternate (system) fonts as build #defines.Adam Borowski2010-02-181-1/+1
|
* INSTALL.txt: updated to reflect current setupSteven Noonan2009-10-251-12/+25
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Language.Robert Vollmert2009-10-181-1/+1
|
* INSTALL.txt: more correctionsSteven Noonan2009-10-161-22/+8
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* INSTALL.txt: updated to reflect current build systemSteven Noonan2009-10-161-316/+224
| | | | | | | The Cygwin section might not be entirely accurate yet (and I haven't personally verified the DOS instructions), but most of this is now correct. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* INSTALL.txt: updated to reflect current Mac build informationSteven Noonan2009-09-281-51/+37
| | | | | | | | - No Fink dependencies - How to build the dependencies (libpng, Freetype2) and install others (SDL, SDL_image). Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* * Fix 2862312: examination of items in shops not working after buyingj-p-e-g2009-09-211-1/+1
| | | | | | | | | | | | | | | something * FR 2836364 : Make controlled blink contaminate the player. * Fix 2841232: display "very slow" in the % screen. * FR 2858960 : Re-add mouseover descriptions for previously seen (but not detected) features out of sight, and for plain floor the stash description like when using 'x'. * Disallow placement of corpses within walls, and allow rock worms to leave corpses elsewhere. * Minor tweaks to the documentation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10766 c06c8d41-db1a-0410-9941-cceddc491573