User Tools

Site Tools


games:wesnoth

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:wesnoth [2009/07/07 19:56] kratz00games:wesnoth [2010/10/03 21:30] (current) 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.4.tar.bz2+http://downloads.sourceforge.net/wesnoth/wesnoth-1.8.5.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.1246989360.txt.gz · Last modified: 2009/07/07 19:56 by kratz00