User Tools

Site Tools


games:wesnoth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
games:wesnoth [2009/07/04 21:20] – created kratz00games:wesnoth [2010/08/12 18:07] kratz00
Line 1: Line 1:
 http://www.wesnoth.org/ http://www.wesnoth.org/
  
-http://sourceforge.net/projects/wesnoth/files/wesnoth-1.6/wesnoth-1.6.3.tar.bz2+http://downloads.sourceforge.net/wesnoth/wesnoth-1.8.4.tar.bz2
  
 Required: [[software:boost]], [[software:SDL_net]] Required: [[software:boost]], [[software:SDL_net]]
  
 <code> <code>
-./configure --prefix=/pub/local/games/wesnoth && +mkdir build && 
-make +cd build && 
-</code>+cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/pub/local/games/wesnoth -DENABLE_STRICT_COMPILATION=OFF .. && 
 +make</code>
  
 <code> <code>
-make install +make install</code>
-</code>+
games/wesnoth.txt · Last modified: 2010/10/03 21:30 by kratz00