Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Git submodule builds

stever edited this page Sep 14, 2010 · 1 revision

Cygwin is recommended. Required: make, git. Optional: mintty.

Git clone

  • git clone git://github.com/playnode/windar.git
  • On fresh clone, fetch submodules using following commands in the clone root.
    • git submodule init
    • git submodule update

Build and run playdar-core

See Building on Windows.

  • cd Installer/Packages/Playdar
  • make
  • erl -sname playdar@localhost -pa ebin -boot start_sasl -s reloader -s playdar
  • Go to http://localhost:60210 to check it loaded.
  • q(). to shutdown.
Clone this wiki locally