Skip to content

BeefaloKing/randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lynn's Randomizer

A customizable randomizer for Diablo II

Environment

Install MSYS2
Install Necessary build tools.
pacman -S git gcc make
Install the 32 bit toolchain
pacman -S mingw-w64-i686-toolchain
or the 64 bit toolchain
pacman -S mingw-w64-x86_64-toolchain

Clone and build StormLib.dll
No need to install and or build the tests.
Copy StormLib.dll into either lib/bin/x86_64 or lib/bin/i686 respectively

Building

make or make release