Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
DoomNoob

Does Crispy Doom work on Mac?

Recommended Posts

5 hours ago, DoomNoob said:

See title -- is Crispy Doom something I can install on a Mac?

There is no official version for Mac. You would have to compile one yourself using it's source code.

Share this post


Link to post
5 hours ago, mun said:

There is no official version for Mac. You would have to compile one yourself using it's source code.


Is this a difficult / complicated thing to do? 

I'm familiar with programming but I've never compiled a GitHub project or anything, that's always been beyond my knowledge

Share this post


Link to post
18 hours ago, DoomNoob said:


Is this a difficult / complicated thing to do? 

I'm familiar with programming but I've never compiled a GitHub project or anything, that's always been beyond my knowledge

 

It's probably an interesting thing to try out.


I would start by installing Brew and using that to

brew install chocolate-doom

This will ensure that you have all the necessary development libraries installed to build crispy doom (which are the same as chocolate doom)

 

Then you would be in position to build crispy. The following steps should work

git clone https://github.com/fabiangreffrath/crispy-doom.git
cd crispy-doom
./autogen.sh
make -j8
make install

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×