Skip to content

Predelnik/freeablo-windows-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeablo-windows-build

This repository is for people who want to build https://github.com/wheybags/freeablo on windows. It is a bundle of the dependencies, and a script to tell cmake where to find them.

Requirements

cmake - get the windows installer from here: http://www.cmake.org/cmake/resources/software.html Make sure to tell the installer to add cmake to PATH (either for current user or all users), it will ask you about this on the second page.

Visual studio 2015 - needs to be 2015. The free version should work fine.

Usage

Clone the main freeablo repo into this folder (don't forget git submodule update --init), and place DIABDAT.MPQ and Diablo.exe in here as well. Your directory structure should look like this:

freeablo-windows-build/
|
|-deps/
|-freeablo/
|-cmake.bat
|-DIABDAT.MPQ
|-Diablo.exe
|-template.vcxproj.user

Now run cmake.bat by clicking, or in cmd.exe. This will create a new folder called build with a visual studio solution inside.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.4%
  • Batchfile 17.6%