Giter Site home page Giter Site logo

arxfatalis's Introduction

Arx Fatalis Port

(Arx Libertatis?) Port to x64_86 / GCC / OpenGL / Unix

Dependencies

Currently wine and libjpeg8 32bit, and maybe some other headers like zlib.h. Wine and 32bit is only a temporary solution.

Compile

$ cmake .

$ make

Ubuntu / Debian (and other distros with default libjpeg version 6)

If you get following build error:

/usr/include/jmorecfg.h:161: error: conflicting declaration ‘typedef long int INT32’

$ sudo aptitude install libjpeg8-dev

For 64bit:

Some hints from cybersphinx on getting the 32bit libjpeg8 library (for linking)

(Ubuntu has only libjpeg6 in it's 32bit libs package)

http://paste.pocoo.org/show/323329/

I will make the Ubuntu build readme section more straight forward, next time I build it in Ubuntu.

Run

Rename all .pak files in the Arx Fatalis installation to lowercase and the run from the directory containing the .pak files.

$ WINEDEBUG=-all ./arx.exe

Debugging

Because ARX is compiled as a winelib application, normal gdb won't work. Instead use winedbg:

$ WINEDEBUG=-all winedbg ./arx.exe.so

Chat

#arxfatalis on irc.freenode.net

Reddit

http://www.reddit.com/r/ArxFatalis/

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.