|
![]() |
#1 |
Angband Devteam member
|
Getting Angband from Github and compiling it
This tutorial assumes that you are using git at a command line. If you are using git via a GUI or IDE, you probably know all this already. Besides, there are too many possible GUIs to cover them all.
If you are seeking to build v4 rather than V, follow the instructions below, but everywhere you see github.com/something/angband, use github.com/something/v4 instead. 1. First, create yourself an account at github.com. We'll call this account yourname. You don't strictly have to do this: if you really don't want a github account, skip step 2. 2. Having logged into your github account, go to http://github.com/angband/angband and click the Fork button. This will create a fork of the official repo at your github account. 3. On your local machine do "git clone git://github.com/yourname/angband dirname". This will create a local copy of your fork of the official repo in dirname. If you didn't create a github account, just clone git://github.com/angband/angband instead, and that will create a local copy of the official repo directly. This means that you won't be able to push any changes back to github, so you can't share your brilliant fixes and customisations with the rest of us, but never mind. 4. Change directory into dirname, and that's basically it - you are now able to build the latest nightly version of angband yourself. How you do this will depend on your build environment, but don't forget to "make clean" in between builds - and if you're on *nix, you'll need to use "./autogen.sh; ./configure" the first time you build, and after every "make distclean". You can use "configure --help" to see the different options available. The ones you may want to consider are --with-no-install, if you want to play it from the git directory, rather than installing it elsewhere on your system --enable-sdl, to build the SDL port (start it with "angband -msdl") (the rest of these are irrelevant on Windows, but useful on unix/mac) --enable-gtk, to build the GTK port (start with "angband -mgtk") --disable-x11, if you don't want it to build the x11 port --disable-curses, if you don't want it to build the console port --with-setgid=groupname, if you want a system-wide installation (i.e. for all users) Last edited by Magnate; October 24, 2011 at 16:07. Reason: Added note about v4. |
![]() |
![]() |
![]() |
#2 |
Angband Devteam member
Join Date: Apr 2007
Posts: 334
![]() |
Mac OS X users will need to have the Developer Tools installed, or some other means of getting at a compiler. Also, while the autoconf/configure toolchain works on Mac OS X, it won't yet generate Mac OS X application bundles. If you want to play under the terminal or in X11, that's fine. Otherwise, instead of Magnate's step 4, cd into the src directory and run make -f Makefile.osx. I intend to add Mac OS X support to configure.ac, but would welcome patches, as it's not highest on my to-do list.
|
![]() |
![]() |
![]() |
#3 | |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
Little help, please... ( * o *)/~~
Quote:
I have looked, but I fail to see the issue in the code. More specifically, I'm not sure how many arguments and which are missing from mkdir. I've fallen and cannot get up.... Also, I had to resort to the 3.2.0 source Makefile to get it to go... couldn't get any of the newer Makefiles to work with my Cygwin setup, even after updating MinGW. clueless... -SBux- |
|
![]() |
![]() |
![]() |
#5 | |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
Quote:
It couldn't locate that certain header file, so I yanked that section out of the code, and it compiles. direct.h <-- file not found... so, no directory creation for me. ![]() -SBux- |
|
![]() |
![]() |
![]() |
#6 |
Veteran
Join Date: Apr 2007
Posts: 1,947
Donated: $40
![]() |
do you not mean dirent.h?
__________________
takkaria whispers something about options. -more- |
![]() |
![]() |
![]() |
#7 |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
Did not thunk of that it might be a simple mis-spelling:
https://github.com/angband/angband/b...c/z-file.c#L18 #ifdef WINDOWS |
![]() |
![]() |
![]() |
#8 | |
Veteran
Join Date: Apr 2007
Posts: 1,947
Donated: $40
![]() |
Quote:
![]()
__________________
takkaria whispers something about options. -more- |
|
![]() |
![]() |
![]() |
#9 |
Adept
Join Date: Dec 2009
Posts: 172
![]() |
How do you pull changes from the main repo into your personal fork?
|
![]() |
![]() |
![]() |
#10 |
Veteran
Join Date: Apr 2007
Posts: 1,947
Donated: $40
![]() |
If you branched from the official github repository, then 'git pull' should automatically merge them in for you.
__________________
takkaria whispers something about options. -more- |
![]() |
![]() |
![]() |
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 17:36 |
Compiling Angband 3.0.9 w/ xcode on OSX | Iemortal | Vanilla | 8 | April 16, 2011 16:41 |
Compiling Z+Angband under Windows | Altefcat | Variants | 8 | December 11, 2008 09:44 |
compiling vanilla angband on msvc++ 9 express | hugh | Vanilla | 6 | March 17, 2008 15:49 |
Trouble compiling angband 3.0.9 on linux | RastaRuedi | Vanilla | 2 | August 1, 2007 17:28 |