Skip to content

fkaa/sourceball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourceball

Easily build iceball dependencies on windows (MSVC, MinGW). Inspired by Löve2D's "Megasource".

Prerequisites

  • Windows
  • Visual Studio 2015 (haven't tested others)
  • MinGW64 (also only tested this version)

Building

To build, simply do:

# clone repo and initialize submodules (dependencies)
$ git clone https://github.com/fkaa/sourceball.git
$ cd sourceball
$ git submodule init && git submodule update --depth 1

# msvc.bat for MSVC and mingw.bat for MinGW
$ msvc.bat
$ mingw.bat

And you're set!

You can build both MSVC and MinGW simultaneously and iceball's CMake files will figure out which ones to use at build time. The resulting files will be in dist/ and can simply be copied over into the iceball directory. For further instructions on building, consult the iceball wiki.

About

A CMake-buildable collection of iceball's dependencies

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors