Giter Club home page Giter Club logo

unvanquished's Introduction

Daemon Engine

Dependencies

  • zlib
  • libgmp
  • libnettle
  • libGeoIP
  • libcurl
  • SDL2
  • GLEW
  • libpng
  • libjpeg (version 8 or above)
  • libwebp
  • Freetype
  • OpenAL
  • libogg
  • libvorbis
  • libspeex
  • libtheora
  • libopus
  • libopusfile

Build Instructions

(CMake is required to build.)

Visual Studio

  1. Run CMake
  2. Choose your compiler
  3. Open Daemon.sln and compile

Linux, Mac OS X, MSYS

  1. Create a build directory and go into it: mkdir build && cd build
  2. cmake ..
  3. make -jN (where N is your number of CPU cores to speed up compilation)

Linux cross-compile to Windows

  1. Create a build directory and go into it: mkdir build && cd build
  2. cmake -DCMAKE_TOOLCHAIN_FILE=cmake/cross-toolchain-mingw32.cmake .. (use cross-toolchain-mingw64.cmake for a Win64 build)
  3. make -jN (where N is your number of CPU cores to speed up compilation)

Mac OS X universal app

  1. mkdir build32 && cd build32
  2. cmake -DCMAKE_OSX_ARCHITECTURES=i386 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 ..
  3. make -jN (where N is your number of CPU cores to speed up compilation)
  4. cd ..
  5. mkdir build64 && cd build64
  6. cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 ..
  7. make -jN (where N is your number of CPU cores to speed up compilation)
  8. cd ..
  9. ./make-macosx-app.sh build32 build64

Run Instructions for Unvanquished

  1. Download all the asset packs from http://www.sourceforge.net/projects/unvanquished/files/Assets and any maps (the mappack from http://sourceforge.net/projects/unvanquished/files/Map%20Pack/maps.7z/download is recommended) into main

  2. Run with ./daemon (on *nix) or Daemon.exe (on Windows)

unvanquished's People

Contributors

dolcetriade avatar dsalt avatar cmf028 avatar t4im avatar amanieu avatar kangz avatar viech avatar gimhael avatar sixthly avatar veyrdite avatar enneract avatar gireen avatar kharnov avatar zturtleman avatar thetheodor avatar trinitrotoluene- avatar neumond avatar undeference avatar bentley avatar e-mxp avatar gfx0 avatar computerquip avatar alhirzel avatar ppetr avatar elbeardmorez avatar lemming77 avatar mboren avatar yarou avatar timangus avatar ssb83 avatar

Watchers

James Cloos avatar

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.