Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [angbandtest@lappy ~]$ ls
- [angbandtest@lappy ~]$ git clone git://github.com/angband/angband angbandv4
- Cloning into 'angbandv4'...
- remote: Counting objects: 27653, done.
- remote: Compressing objects: 100% (5962/5962), done.
- remote: Total 27653 (delta 22094), reused 27150 (delta 21630)
- Receiving objects: 100% (27653/27653), 29.66 MiB | 481 KiB/s, done.
- Resolving deltas: 100% (22094/22094), done.
- [angbandtest@lappy ~]$ cd angbandv4/
- [angbandtest@lappy angbandv4]$ ls
- acinclude.m4 configure.ac install-sh mk src
- autogen.sh copying.txt lib readme.txt tests
- changes.txt doc m4 run-tests thanks.txt
- compiling.txt faq.txt Makefile scripts utils
- [angbandtest@lappy angbandv4]$ ./autogen.sh
- *info* running aclocal (-I m4)
- *info* running autoheader
- *info* running autoconf
- [angbandtest@lappy angbandv4]$ ./configure --with-no-install --disable-sdl-mixer
- checking for tput... /usr/bin/tput
- configure: touching .deps files
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether make sets $(MAKE)... yes
- checking whether ln -s works... yes
- checking for a BSD-compatible install... /bin/install -c
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for windres... no
- checking for rm... /bin/rm
- checking for mv... /bin/mv
- checking for cp... /bin/cp
- checking for dirent.h that defines DIR... yes
- checking for library containing opendir... none required
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking for stdint.h... (cached) yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for an ANSI C-conforming const... yes
- checking return type of signal handlers... void
- checking for mkdir... yes
- checking for setresgid... yes
- checking for setegid... yes
- checking for stat... yes
- checking if make supports SysV-style inclusion... yes
- checking for make silent include syntax... gnu
- checking for ncursesw5-config... /usr/bin/ncursesw5-config
- checking for ncurses - wide char support... yes
- checking for mvwaddnwstr... yes
- checking for use_default_colors... yes
- checking for can_change_color... yes
- checking for X... libraries , headers
- checking for gethostbyname... yes
- checking for connect... yes
- checking for remove... yes
- checking for shmat... yes
- checking for IceConnectionNumber in -lICE... yes
- configure: creating ./config.status
- config.status: creating mk/buildsys.mk
- config.status: creating mk/extra.mk
- config.status: creating mk/sinclude.mk
- config.status: creating src/autoconf.h
- Configuration:
- Install path: (not used)
- binary path: ..
- config path: /home/angbandtest/angbandv4/lib/
- lib path: /home/angbandtest/angbandv4/lib/
- var path: /home/angbandtest/angbandv4/lib/
- -- Frontends --
- - Curses Yes
- - GTK 2.x Disabled
- - X11 Yes
- - SDL Disabled
- - Windows Disabled
- - Test No
- - Stats No
- - SDL sound Disabled
- [angbandtest@lappy angbandv4]$ make
- Entering directory src.
- Entering directory gtk.
- Leaving directory gtk.
- Entering directory monster.
- Leaving directory monster.
- Entering directory object.
- Leaving directory object.
- Entering directory player.
- Leaving directory player.
- Successfully generated dependencies.
- Successfully compiled attack.c.
- Successfully compiled birth.c.
- Successfully compiled button.c.
- Successfully compiled cave.c.
- Successfully compiled cmd0.c.
- Successfully compiled cmd1.c.
- Successfully compiled cmd2.c.
- Successfully compiled cmd3.c.
- Successfully compiled cmd4.c.
- Successfully compiled cmd-context.c.
- Successfully compiled cmd-misc.c.
- Successfully compiled cmd-obj.c.
- Successfully compiled death.c.
- Successfully compiled debug.c.
- Successfully compiled dungeon.c.
- Successfully compiled effects.c.
- Successfully compiled files.c.
- Successfully compiled game-cmd.c.
- Successfully compiled game-event.c.
- Successfully compiled generate.c.
- Successfully compiled grafmode.c.
- Successfully compiled guid.c.
- Successfully compiled history.c.
- Successfully compiled init2.c.
- Successfully compiled keymap.c.
- Successfully compiled load.c.
- Successfully compiled monster/mon-init.c.
- Successfully compiled monster/melee1.c.
- Successfully compiled monster/melee2.c.
- Successfully compiled monster/mon-lore.c.
- Successfully compiled monster/mon-make.c.
- Successfully compiled monster/mon-msg.c.
- Successfully compiled monster/mon-power.c.
- Successfully compiled monster/mon-spell.c.
- Successfully compiled monster/mon-timed.c.
- Successfully compiled monster/mon-util.c.
- Successfully compiled object/identify.c.
- Successfully compiled object/obj-desc.c.
- Successfully compiled object/obj-flag.c.
- Successfully compiled object/obj-info.c.
- Successfully compiled object/obj-make.c.
- Successfully compiled object/obj-power.c.
- Successfully compiled object/obj-ui.c.
- Successfully compiled object/obj-util.c.
- Successfully compiled object/pval.c.
- Successfully compiled object/randart.c.
- Successfully compiled object/slays.c.
- Successfully compiled option.c.
- Successfully compiled parser.c.
- Successfully compiled randname.c.
- Successfully compiled pathfind.c.
- Successfully compiled prefs.c.
- Successfully compiled player/calcs.c.
- Successfully compiled player/class.c.
- Successfully compiled player/player.c.
- Successfully compiled player/race.c.
- Successfully compiled player/spell.c.
- Successfully compiled player/timed.c.
- Successfully compiled player/p-util.c.
- Successfully compiled score.c.
- Successfully compiled signals.c.
- Successfully compiled save.c.
- Successfully compiled savefile.c.
- Successfully compiled spells1.c.
- Successfully compiled spells2.c.
- Successfully compiled squelch.c.
- Successfully compiled store.c.
- Successfully compiled tables.c.
- Successfully compiled target.c.
- Successfully compiled trap.c.
- Successfully compiled ui.c.
- Successfully compiled ui-birth.c.
- Successfully compiled ui-event.c.
- Successfully compiled ui-knowledge.c.
- Successfully compiled ui-menu.c.
- Successfully compiled ui-options.c.
- Successfully compiled ui-spell.c.
- Successfully compiled util.c.
- Successfully compiled variable.c.
- Successfully compiled wiz-spoil.c.
- Successfully compiled wiz-stats.c.
- Successfully compiled wizard.c.
- Successfully compiled x-spell.c.
- Successfully compiled xtra2.c.
- Successfully compiled xtra3.c.
- Successfully compiled borg/borg1.c.
- Successfully compiled borg/borg2.c.
- Successfully compiled borg/borg3.c.
- Successfully compiled borg/borg4.c.
- Successfully compiled borg/borg5.c.
- Successfully compiled borg/borg6.c.
- Successfully compiled borg/borg7.c.
- Successfully compiled borg/borg8.c.
- Successfully compiled borg/borg9.c.
- Successfully compiled buildid.c.
- Successfully compiled z-bitflag.c.
- Successfully compiled z-file.c.
- Successfully compiled z-form.c.
- Successfully compiled z-msg.c.
- Successfully compiled z-quark.c.
- Successfully compiled z-queue.c.
- Successfully compiled z-rand.c.
- Successfully compiled z-term.c.
- Successfully compiled z-type.c.
- Successfully compiled z-util.c.
- Successfully compiled z-virt.c.
- Successfully compiled z-textblock.c.
- LINK angband.o
- Successfully compiled main.c.
- Successfully compiled main-gcu.c.
- Successfully compiled main-x11.c.
- LINK angband
- Leaving directory src.
- Entering directory lib.
- Entering directory apex.
- Leaving directory apex.
- Entering directory edit.
- Leaving directory edit.
- Entering directory file.
- Leaving directory file.
- Entering directory help.
- Leaving directory help.
- Entering directory pref.
- Leaving directory pref.
- Entering directory save.
- Leaving directory save.
- Entering directory user.
- Leaving directory user.
- Entering directory xtra.
- Entering directory font.
- Leaving directory font.
- Entering directory graf.
- Leaving directory graf.
- Entering directory icon.
- Leaving directory icon.
- Entering directory sound.
- Leaving directory sound.
- Leaving directory xtra.
- Entering directory info.
- Leaving directory info.
- Leaving directory lib.
- Entering directory doc.
- Leaving directory doc.
- [angbandtest@lappy angbandv4]$ src/angband
- [angbandtest@lappy angbandv4]$ ls ~/.angband/Angband/
- save/ scores/ x11-settings.prf
- [angbandtest@lappy angbandv4]$ ls ~/.angband/
- Angband
- [angbandtest@lappy angbandv4]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement