sini / ps3netsrv--

C++ implementation of the ps3netsrv server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ps3netsrv--

C++ implementation of the ps3netsrv server

Supported platforms:

  • Mac
  • Linux

Build the source:

git clone --recursive git://github.com/dirkvdb/ps3netsrv--.git
git submodule update --init
make

If you prefer to use gcc:

make CXX=g++

Run the server:

ps3netsrv++ /path/to/serve

About

C++ implementation of the ps3netsrv server


Languages

Language:C++ 97.4%Language:Makefile 2.6%