Announcement

Collapse
No announcement yet.

Building a Vagrant Box for PS2 Development

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Building a Vagrant Box for PS2 Development

    Hi,

    I wrote a blog post on how to build a Vagrant box for Playstation 2 homebrew development:
    http://mlafeldt.github.com/blog/2012...2-development/

    Might be interesting to some of you...

  • #2
    Btw, I also added a Vagrantfile to PS2rd that will automatically install the ps2dev box if not yet available.

    So building PS2rd is as simple as:

    Code:
    $ git clone https://github.com/mlafeldt/ps2rd.git
    $ cd ps2rd/
    $ vagrant up
    $ vagrant ssh -c "make -C /vagrant"

    Comment


    • #3
      FYI, I've updated my original blog post to add two more tidbits (Vagrantfile + Ubuntu 12.04 box). Find it at http://goo.gl/E6e0v.

      Comment

      Working...
      X