Coder Social home page Coder Social logo
BUILDING
--------

 mangband and mangclient use a generic autotools build process.
 See the INSTALL file for more information.

 Basically, just run `./configure; make; make install`.

 If you're building from the git repository, you'll have to generate
 the `./configure` script first, by running `./autogen.sh`.

 Please note, that mangclient can be compiled with several
 different display frontends, which may or may not conflict
 with each other. In addition, we support some weird configurations
 and build options. Please run `./configure --help` to see
 the full list of available features.

 For additional hints regarding your specific platform (Windows,
 OSX), please see the developer Wiki:

	https://github.com/mangband/mangband/wiki

RUNNING
-------

 Both mangband and mangclient binaries rely on "lib dir" - a directory
 with all the game data.

 First, they'll look for the ANGBAND_PATH environment variable,
 then they'll try the PKGDATADIR constant, then the directories
 specified in config files (.mangrc and mangband.cfg).

 ANGBAND_PATH can be used to select any directory in this manner:

	ANGBAND_PATH=./lib ./mangband
	ANGBAND_PATH=./lib ./mangclient

 Config file directives are "LibDir" in "$HOME/.mangrc" (for client)
 and "EDIT_DIR", "DATA_DIR", "SAVE_DIR", "BONE_DIR", "HELP_DIR" in
 "mangband.cfg" (for server). Those overwrite any other paths.

 PKGDATADIR is set during the `./configure` step, and defaults to
 something system-specific like "/usr/local/games/mangband". To
 adjust it, the --datadir option can be used:

	./configure --datadir=$PWD/lib

MAngband Project Team's Projects

mangband icon mangband

A free online multi-player realtime roguelike game based on Angband

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.