![]() |
#41 | |
Adept
Join Date: Jul 2007
Posts: 155
![]() |
Quote:
![]() It's not so much CSV, it's just a more portable data format. - Frank Last edited by ChodTheWacko; July 1, 2011 at 06:37. |
|
![]() |
![]() |
![]() |
#42 | |
Angband Devteam member
Join Date: Apr 2007
Posts: 334
![]() |
Quote:
![]() |
|
![]() |
![]() |
![]() |
#43 | |
Angband Devteam member
|
Quote:
__________________
"3.4 is much better than 3.1, 3.2 or 3.3. It still is easier than 3.0.9, but it is more convenient to play without being ridiculously easy, so it is my new favorite of the versions." - Timo Pietila |
|
![]() |
![]() |
![]() |
#44 | |
Adept
Join Date: Jul 2007
Posts: 155
![]() |
Quote:
I'll probably just download/build/dump the stats on a linux machine at work, then export it to whever. Probably overall easier than getting it all to work on windows. Thanks for the suggestion, guys. - Frank |
|
![]() |
![]() |
![]() |
#45 |
Scout
Join Date: Aug 2007
Location: Las Vegas
Posts: 40
![]() |
I am having a real issue getting the latest code to build with Visual Studio Express 2010. Anyone out there having any luck?
I am trying to build from the command line with nmake /F Makefile.nmake |
![]() |
![]() |
![]() |
#46 |
Rookie
Join Date: Jun 2011
Posts: 21
![]() |
How you building "with VS 2010 Ex" using nmake? nmake is part of Win SDK.
|
![]() |
![]() |
![]() |
#47 | |
Scout
Join Date: Aug 2007
Location: Las Vegas
Posts: 40
![]() |
Quote:
I am not trying to build within the IDE if thats what you are asking. |
|
![]() |
![]() |
![]() |
#48 | ||
Rookie
Join Date: Jan 2012
Posts: 18
![]() |
Quote:
Could someone describe the sequence of the next steps for Linux? ./autogen.sh ./configure make distclean In my case (Ubuntu)./autogen.sh output is Quote:
|
||
![]() |
![]() |
![]() |
#49 |
Prophet
Join Date: Mar 2008
Posts: 2,712
![]() |
Type aclocal at a command prompt. You might see something like
Code:
aclocal The program 'aclocal' can be found in the following packages: * automake * automake1.10 * automake1.4 * automake1.9 * automake1.7 Try: sudo apt-get install <selected package> |
![]() |
![]() |
![]() |
#50 | |
Angband Devteam member
|
Quote:
sudo apt-get install build-essential debhelper autotools-dev libncursesw5-dev libglade2-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev libsqlite3-dev libtexlive-latex-extra Note that you can get away with fewer if you don't need certain modules built: libncursesw5-dev is for the -mgcu port libglade2-dev is for the -mgtk port libsdl* are for the -msdl port libsqlite3-dev is for the -mstats module (needs 3GB RAM!) You can remove any of these, though if you remove libglade2-dev you will need to install libx11-dev explicitly to build the -mx11 port, along with libice6-dev and libsm6-dev. texlive-latex-extra is for the 3.3.x documentation, which has been replaced in 3.4-dev versions by RST docs, so this is only necessary if you are building 3.3.x Also, please note that make distclean will undo the changes made by running autogen.sh and configure, so the correct sequence of commands is ./autogen.sh ./configure --with-my-options make make install
__________________
"3.4 is much better than 3.1, 3.2 or 3.3. It still is easier than 3.0.9, but it is more convenient to play without being ridiculously easy, so it is my new favorite of the versions." - Timo Pietila |
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compiling Angband on MS-DOS | Zababa | Development | 8 | May 27, 2011 18:36 |
Compiling Angband 3.0.9 w/ xcode on OSX | Iemortal | Vanilla | 8 | April 16, 2011 17:41 |
Compiling Z+Angband under Windows | Altefcat | Variants | 8 | December 11, 2008 10:44 |
compiling vanilla angband on msvc++ 9 express | hugh | Vanilla | 6 | March 17, 2008 16:49 |
Trouble compiling angband 3.0.9 on linux | RastaRuedi | Vanilla | 2 | August 1, 2007 18:28 |