Difference between revisions of "File:Kos setup script.zip"

From DCEmulation
Jump to navigation Jump to search
(Bogglez uploaded a new version of File:Kos setup script.zip)
(Bogglez uploaded a new version of File:Kos setup script.zip)
(No difference)

Revision as of 00:39, 29 September 2016

A script for automatically cloning kos, kos-ports and running a default install for them.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current19:36, 10 January 2017 (2 KB)Bogglez (talk | contribs)- Remove old makeinfo syntax replacement with sed (now in kos, caused "make patch" to hang) - Add package installation for Gentoo-based distributions - Check for pkg-config as well - Remove binutils version replacement (now in kos) - Remove CFLAGS=-w f...
08:32, 1 October 2016 (2 KB)Bogglez (talk | contribs)Don't build kos-ports in parallel. There seems to be a race condition in dependency checks after all :)
07:37, 1 October 2016 (2 KB)Bogglez (talk | contribs)- Parallelized make. Uses getconf to get core count if available, otherwise uses 2 cores. Not used for gcc build since it would fail (perhaps a bug in the dc-chain Makefile?). - If brew is available on OS X, use it to install libjpeg and libpng (and li...
00:39, 29 September 2016 (2 KB)Bogglez (talk | contribs)- Previous fix was invalid. Didn't work on Linux anymore. Imitated sed usage in KOS scripts instead. - Use binutils 2.27 instead of 2.23.2. Otherwise gcc won't build on OS X el capitan due to undefined behavior in binutils code. - Cache downloaded conf...
00:38, 29 September 2016 (2 KB)Bogglez (talk | contribs)previous fix didn't work on Linux
22:53, 28 September 2016 (2 KB)Bogglez (talk | contribs)Changed sed -i'' to sed -i '' for OS X compatibility
10:55, 15 September 2016 (2 KB)Bogglez (talk | contribs)Support for MSYS2 Windows builds Check for more required programs Add more required packages Auto-install packages on Fedora (untested) Auto-install packages on Debian Download new config.{guess,sub} to detect more systems in autoconf Documentation wil...
05:07, 7 September 2016 (1 KB)Bogglez (talk | contribs)Forbid root. Check for required software at start
15:11, 30 August 2016 (1 KB)Bogglez (talk | contribs)A script for automatically cloning kos, kos-ports and running a default install for them.