forked from Mdashdotdashn/LittleGPTracker
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Uplift psp build * Cleaned up libs * Fixed Windows-style case sensitive path error *grumble* * Updated pspdev path in Makefile.PSP * Removed unused PSP files * Updated BUILD_HOWTO.txt to README.md Requires this release of pspdev, all later builds are breaking https://github.com/pspdev/pspdev/releases/download/v20200623/pspdev-ubuntu-latest.tar.gz
- Loading branch information
1 parent
1cc338d
commit 082f666
Showing
9 changed files
with
34 additions
and
1,012 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
##### Windows: Use Visual 2008 express edition + will need the DirectX SDK (I'm using March 2008) | ||
|
||
##### Mac: Use Xcode 3.x + will need the SDL Framework installed | ||
|
||
##### CAANOO: Compile under linux with the caanoo toolchain | ||
|
||
##### GP2X: Compile under minsys | ||
|
||
##### PSP: Compile under Ubuntu | ||
Required libs: | ||
sudo apt install -y build-essential cmake pkgconf \n | ||
libusb-0.1 libgpgme11 libarchive-tools fakeroot | ||
Dev kit: | ||
https://github.com/djdiskmachine/pspdev | ||
using nano ~/.bashrc, add | ||
export PSPDEV=~/pspdev | ||
export PATH=$PATH:$PSPDEV/bin | ||
at the end, then | ||
source ~/.bashrc | ||
|
||
##### DINGOO: Compile under Linux | ||
|
||
##### RASPI: Compile under Linux | ||
Required libs: | ||
sudo apt install -y git gcc libsdl1.2-dev make g++ libjack-dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.