DanMaute / HellSpawner

The OpenDiablo2 toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HellSpawner

The OpenDiablo2 toolset

Prerequisites (MacOS)

  • brew
  • go v1.14.x

Get Started (MacOS)

  1. go mod vendor
  2. brew install pkg-config
  3. brew install glib
  4. brew install gtk+3
  5. go run main.go

Prerequisites (Linux)

NOTE: Each distribution is different, consult your package manager for the appropriate package name

  • go v1.14.x
  • gtk3
  • glib2
  • gdk-pixbuf2
  • pkg-config

Get Started (Linux)

  1. go mod vendor
  2. go run main.go

About

The OpenDiablo2 toolset

License:GNU General Public License v3.0


Languages

Language:Go 100.0%