Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: flusteredpie on May 24, 2015, 02:58:19 pm

Title: Linux compilation documentation
Post by: flusteredpie on May 24, 2015, 02:58:19 pm
Apologies in advance if this is the wrong place to post or this has been answered elsewhere. I'm currently trying to get the project to compile on Linux Mint and have come across a few issues that I'm keen to document (and potentially fix if I can find the time!). I see you have a wiki page on the subject - http://www.hard-light.net/wiki/index.php/Fs2_open_on_Linux/Installing_the_Development_Libraries - but I can't find anywhere to register. Who do I need to speak to about getting access?

Title: Re: Linux compilation documentation
Post by: flusteredpie on May 24, 2015, 03:38:20 pm
One of these aforementioned issues is an easy one to fix and is specific to Code::Blocks. The project config is referencing files that have recently been renamed  (uppercase to lowercase). I've attached a diff to fix the issue - hopefully the first of many! :-)

[attachment deleted by nobody]
Title: Re: Linux compilation documentation
Post by: The E on May 24, 2015, 04:01:01 pm
Please do not attach diffs and such. It is much easier and cleaner for us if you make a fork of the source code on github and submit pull requests.
Title: Re: Linux compilation documentation
Post by: The Dagger on May 24, 2015, 04:07:56 pm
If you want to register for the wiki, the best way is to make a post in this thread (http://www.hard-light.net/forums/index.php?topic=76346.0). Alternatively, you could send a PM to Goober5000.
Title: Re: Linux compilation documentation
Post by: flusteredpie on May 24, 2015, 04:10:33 pm
Please do not attach diffs and such. It is much easier and cleaner for us if you make a fork of the source code on github and submit pull requests.

Apologies, I was just following the advice given here - http://www.hard-light.net/forums/index.php?topic=82688.msg1479353#msg1479353 - under "How This Will Work". I was also under the impression that you were using SVN but I'll fork the git repo as suggested.


If you want to register for the wiki, the best way is to make a post in this thread (http://www.hard-light.net/forums/index.php?topic=76346.0). Alternatively, you could send a PM to Goober5000.

Will do, thank you
Title: Re: Linux compilation documentation
Post by: karajorma on May 24, 2015, 09:33:55 pm
It's not really your fault. We were using SVN but switched to git earlier this month. The info on that page is old and needs to be updated.