Skip to content

DolceSDK2/doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

DolceSDK

DolceSDK is a PlayStation Vita homebrew SDK forked from Vitasdk due to to latter's lack of maintenance and incoherent direction. DolceSDK may break break compatibility with Vitasdk or between versions without notice. DolceSDK can be installed alongside Vitasdk so older projects can continue to use Vitasdk.

Getting Started

Prerequisites

Linux

  1. Install the programs listed below with the distribution package manager.

Windows

  1. Install either msys2 or WSL.
  2. Install the programs listed below with pacman if using msys2, or with the distribution package manager if using WSL.

OSX

  1. Install either brew or MacPorts.
  2. Install the programs listed below using the package manager.

These programs are required for DolceSDK:

  • python 3.6 or higher
  • tar
  • gzip
  • bzip2
  • xz
  • curl

These programs are recommended:

  • git
  • make
  • cmake 3.13 or higher
  • autoconf
  • automake
  • patch
  • diff

Installation

  1. Set the environmental variable DOLCESDK to the installation prefix of DolceSDK. We recommend using $HOME/dolcesdk or $HOME/.local/dolcesdk, where your user has write permission.
  2. Prepend $DOLCESDK/bin to the environmental variable PATH. We recommend adding these lines to $HOME/.profile or an equivalent file,
export DOLCESDK="path/to/dolcesdk"
export PATH="$DOLCESDK/bin:$PATH"
  1. Clone the installation scripts repository and run the SDK installation script.
git clone --depth=1 https://github.com/DolceSDK2/ddpm.git
python3 ddpm/dolcesdk-update.py

The directory ddpm can be deleted at this point
4. Install all packages from the DolceSDK package repository with dolcesdk-update-packages.

Updating

  • To update the SDK, run dolcesdk-update.
  • To install and update all packages, run dolcesdk-update-packages.
  • To install or update packages by name, run ddpm package-name. More than one package name can be used.
  • To install a local package, run ddpm path/to/package. More than one path can be used.

News

See https://forum.devchroma.nl/index.php?topic=129.0. Please visit this thread often or subscribe with RSS.

Community

Credits

About

Readme and other documents for DolceSDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published