Giter Club home page Giter Club logo

dune-ii---the-maker's Introduction

Latest All CI Buy Me A Coffee donate button

GitHub repo size GitHub language count GitHub top language GitHub last commit

This project uses Deleaker to find memory leaks and more.

Dune II - The Maker

A.k.a. D2TM. Is a Dune 2 remake.

Report bugs via Discord, Twitter or add one in Github.

Read the wiki for more information about startup params, controls, and more.

Compiling

Prerequisites

  • CMake version 3.21 or higher
  • GCC version 11 or higher

Make sure you can run make (or ninja) from command line.

Windows (MinGW)

It currently depends on MinGW32. Make sure you also have GCC 11 installed, which you can do via MSYS2 (using pacman). GCC 11 is not installed by default in MinGW32!

  • git clone this project
  • create a build dir
    mkdir build
    cd build
    cmake .. -G "MinGW Makefiles"
    cmake --build . --target all -- -j 6

If you use ninja you can use cmake .. -G Ninja instead.

Once compilation is done you'll end up with a d2tm.exe file and several DLL's.

Ubuntu

  • git clone this project
  • run ./install_dependencies_ubuntu.sh (only required once)
  • create a build dir
    mkdir build
    cd build
    cmake ..
    make -j4

Running

Easiest is to run the executable from the root. Shared libraries that are required are: libalfont.dll, alleg42.dll, libwinpthread-1.dll and mscvr70.dll. The required pre-built library (Allegro 4) is in the dll folder. The library that is built with the project (AlFont) is copied to the build directory. libwinpthread-1.dll Could be on your MinGW path. If it is not on the path, copy it from your mingw32 installation.

Project status

See the Project Board what's going on.

Binaries

You have various options:

Topics

In the code there are several known concepts; see below for extra information about them:

dune-ii---the-maker's People

Contributors

mira-fr avatar paulomta-tomtom avatar pbomta avatar ruzzie avatar stefanhendriks 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.