aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rcreasey

Pages: [1]
1
Programming / Re: Building on macOS
« on: July 29, 2018, 01:35:06 am »
I've gone and updated the build instructions that work on OSX 10.13.6 and Xcode 9.4.1.

https://goo.gl/U2y7ik

Note, that if you don't want to build with Xcode, you can still build it with make.  Just omit the '-G Xcode' generator off the make command and build normally with 'make -j4'.

I'll work on getting these added to the nightly builds as well.

2
Troubleshooting / Re: [Ubuntu] Having trouble with the install
« on: August 26, 2015, 07:30:35 am »
Let me know if you end up having problems with it detecting your data directory on linux. I was eyeballing this:
https://github.com/SupSuper/OpenXcom/blob/master/src/Engine/CrossPlatform.cpp#L112

When I was making changes for osx and noticed how incredibly tangled everything was.   I was thinking about making this a set of paths, with a fallback defined as well.

Pages: [1]