Commit graph

2504 commits

Author SHA1 Message Date
Jools Wills
fb655178b9 remove source folders if they exist - we always do a clean checkout now 2014-12-11 03:44:13 +00:00
Jools Wills
5296ef9fbd removed uneeded pushd/popd from first two modules 2014-12-11 03:29:09 +00:00
Jools Wills
421d1d5b4a handle pushd/popd in packages.sh to minimise duplication in modules 2014-12-11 03:28:35 +00:00
Jools Wills
6617e97508 Merge branch 'master' into separate_sources 2014-12-11 03:04:36 +00:00
Jools Wills
f57a81d74f we will add swap if memory is less than the limit, not less or equal 2014-12-11 02:44:30 +00:00
Jools Wills
df8f73155d changed: use megabytes for both rpSwap memory parameters 2014-12-11 02:42:47 +00:00
Jools Wills
9e655af4c3 replace previous swap on/off with the new code. the "limits" might need tweaking. But hopefully we can find a balance between
the need to add additional swap based on the users machine and existing swap set up.
2014-12-11 02:32:17 +00:00
Jools Wills
43e8f80c88 changed - unlikely that we need a swapfile for fbalibretro - removing the -j4 should suffice 2014-12-11 02:19:41 +00:00
Jools Wills
520b4eb9f0 added function to add/remove swap for building packages that need additional without messing with the users system dphys-swapfile config.
has a limit parameter so you can add swap if system ram is less than a chosen value
2014-12-11 02:06:10 +00:00
Jools Wills
a7df47b4a2 since we are adding swap - we don't need to remove optimisation from the Makefile for 256M pi's. It wasn't working
anyway since the default cflags for retropie-setup add -O2
2014-12-11 01:23:23 +00:00
Jools Wills
1645edd648 removed Makefile include patch for gpsp - upstream repository already has it in place 2014-12-11 01:06:05 +00:00
Jools Wills
59186f3693 cosmetic - tab > spaces 2014-12-11 00:48:25 +00:00
Jools Wills
171830905d fixed: allow build to be called twice without armv6 being replaced twice
changed: library call to add missing libraries at the end (simplifies it slightly and makes it the same as pisnes)
2014-12-10 23:00:00 +00:00
Jools Wills
49ecfefb9e fixed: fix up sed so it wouldn't match on a second call to build which would add libraries/armv6 changes multiple times. 2014-12-10 22:54:05 +00:00
Jools Wills
8ecc4f6805 cosmetic - tab -> spaces 2014-12-10 22:42:08 +00:00
Jools Wills
c1bb95ad56 added missing library dependencies for pifba that are needed with the latest raspbian binutils - #509 2014-12-10 22:39:22 +00:00
Florian
d6da37e909 Merge pull request #510 from gizmo98/patch-1
mame4all: Try to fix compilation issue
2014-12-10 21:16:05 +01:00
gizmo98
c36d398f6f pisnes: Try to fix compilation issue
Just add the missing libs (https://github.com/petrockblog/RetroPie-Setup/issues/509) and use the same -march CFLAG as RetroPie-Setup.
2014-12-10 19:11:30 +01:00
gizmo98
b3cca5f37a mame4all: Try to fix compilation issue
Just add the missing libs (https://github.com/petrockblog/RetroPie-Setup/issues/509) and use the same -march CFLAG as RetroPie-Setup.
2014-12-10 19:07:00 +01:00
Florian
deb3179cf7 Merge pull request #475 from gizmo98/patch-5
Add experimental XBMC installation.
2014-12-07 20:46:16 +01:00
Florian
822d273c62 Merge pull request #491 from gizmo98/patch-1
Add experimental darkplaces quake
2014-12-07 20:45:12 +01:00
Florian
4eaca795f1 Merge pull request #505 from gizmo98/patch-3
Add experimental fmsx-libretro core
2014-12-07 20:44:21 +01:00
Florian
b7dec422bb Merge pull request #506 from gizmo98/patch-4
Add experimental Atari Lynx libretrocore handy
2014-12-07 20:43:08 +01:00
gizmo98
e2aa50cb43 gpsp: add libsdl1.2-dev dependency
https://github.com/petrockblog/RetroPie-Setup/issues/504
2014-12-07 17:31:20 +01:00
bsilvereagle
fadf7ee926 Added libsdl1.2-dev dependency for mame4all 2014-12-07 10:56:37 -05:00
gizmo98
029c140d8a fmsx-libretro: copy ROMs to BIOS folder 2014-12-07 13:22:35 +01:00
gizmo98
3f0f30870b Add experimental Atari Lynx libretrocore handy
It compiles and runs games.
2014-12-07 13:11:36 +01:00
gizmo98
81f615ae9f fmsx-libretro: remove platform defines
build error with platform=rpihardfloat.
2014-12-07 13:04:32 +01:00
gizmo98
dd49c94b08 Add experimental fmsx-libretro core
According to this post (http://blog.petrockblock.com/forums/topic/use-the-libretro-msx-implementation/) the libretro core runs "great".
2014-12-07 10:09:40 +01:00
Florian
decfe6614c Added library libx11-dev to psxlibretro module 2014-12-07 07:19:29 +01:00
Florian
ff04fb5f84 Added PNG library to dependencies pf module psxlibretro 2014-12-06 17:13:14 +01:00
Chris Paiano
189e7713ea -Integrated simpler bash-only whole-number temperature calculations into .bashrc welcome tweak script, removed requirement for bc and separate file
-Removed pitemp.sh
2014-12-05 13:52:44 -08:00
Chris Paiano
0685adc8a6 -Now the apt auto remove step no longer will wait for user input to remove packages (making the entire script fully automatic, this was the only place retropie_setup.sh stopped for me along the way) 2014-12-05 11:01:19 -08:00
Chris Paiano
201f63803b -Rewrote pytemp.py to a pitemp.sh bash script utilizing bc, which is a new requirement (not included on the vanilla Raspbian)
-Added bc prereq install to bashwelcometweak.sh script
-Removed old pytemp.py script
2014-12-05 10:58:50 -08:00
Chris Paiano
c3120167e6 -Now bashwelcometweak.sh also sets the executable flag on ~/pytemp.py for convenience launching from the console 2014-12-03 20:49:35 -08:00
Chris Paiano
aa2bc16129 -Now bashwelcometweak.sh will copy over the pytemp.py script to the user's home folder and adds it to the .bashrc to display upon startup 2014-12-03 20:47:16 -08:00
Nate Evans
5871bf730d Fixing emulationstation install: adding check for required package libboost-locale-dev and error message if binary didn't compile 2014-12-02 09:59:28 -05:00
Jamie Bainbridge
8fbbcf11e9 Add Memory Split for Model A and B RPi 2014-11-23 07:14:11 +10:00
gizmo98
88a72229e7 armsnes: fix wrong library name.
find cannot find libpocketsnes.so if it searchs a *libreto* file.
2014-11-19 19:59:31 +01:00
gizmo98
696178a8ee darkplaces: minor improvements
-Set right config file permissions.
-Unzip without asking.
-Move game files from /roms/ports/id1 to more clear /roms/ports/quake/id1.
2014-11-17 18:42:41 +01:00
Florian
915343f5c1 Merge pull request #494 from gizmo98/patch-4
tyrquake: add shareware game files...
2014-11-16 22:06:12 +01:00
gizmo98
ea4b25820b tyrquake: add shareware game files...
...and add tyrquake to ports folder. It's possible to set higher resolutions under core options. At higher resolutions the sound is choppy.
2014-11-16 21:18:23 +01:00
gizmo98
ffcb7dee86 mupen64plus-libretro: copy game specific config files...
...to RetroPie/BIOS path.
2014-11-16 17:09:14 +01:00
gizmo98
fe48fd24bc mupen64plus-libretro: fix cc compilation abort
Fix issue 492. cc aborts compilation if there is not enough memory. cc needs up to 310MB. Retropie 2.3 SD Card image: Raspbian + daemons need 110MB. 
https://github.com/petrockblog/RetroPie-Setup/issues/492
2014-11-16 13:16:31 +01:00
gizmo98
d48517e287 Add experimental darkplaces quake
Just darkplaces-rpi with shareware game file from id software. Runs nice if you run RetroPie/roms/ports/darkplacesquake.sh from console.  If it is run from emulationstation there are issues. Controls are different and the menu cannot be used. I don't know why, but there seems to be a problem between emulationstation2 and SDL/SDL2 games/emulators like mupen64plus-rpi and darkplaces quake.

Workaround: Run dark places as root atm (line 44).
2014-11-15 12:49:21 +01:00
Florian
53ec37b469 Merge pull request #488 from gizmo98/patch-6
snes9x-Rpi: Try to fix compilation issue
2014-11-14 07:26:45 +01:00
Florian
f466aba89d Merge pull request #486 from gizmo98/patch-3
pifba: Try to fix compilation issue
2014-11-14 07:26:26 +01:00
Florian
664d26af85 Merge pull request #487 from gizmo98/patch-4
mame4all: Try to fix compilation issue
2014-11-14 07:25:59 +01:00
gizmo98
6e90b6f2bb uae4all: Try to fix compilation issue
Add libasound2-dev package.
2014-11-13 20:42:16 +01:00
gizmo98
2dd664389b snes9x-Rpi: Try to fix compilation issue
Add libasound2-dev package.
2014-11-13 20:41:02 +01:00